Authored by 孟顺

新增0元免单 跳转规则

... ... @@ -112,11 +112,16 @@
|go.minealliance | 我的联盟 | {"action":"go.minealliance","params":{"title":"我的联盟"}} | title:页面标题
|go.ufo | 球鞋市集UFO | {"action":"go.ufo","params":{"pagename":"home"}} | 更多参数参数见[UFO 跳转规则](http://git.yoho.cn/ufo/mobileApi/blob/master/go_ufo_rules.md)
|go.editPost | 跳转种草发布页面,二次编辑 | {"action":"go.editPost","params":{"articled":"1"}} | articled:文章/帖子ID
|go.grassTopicDetail | 跳转种草话题页面 | {"action":"go.grassTopicDetail","params":{"topicId":"2636"}} | topicId:话题ID
|go.grassTopicDetail | 跳转种草话题页面 | {"action":"go.grassTopicDetail","params":{"topicId":"2636"}} | topicId:话题ID |
|go.miniapp | 小程序落地页规则 | yohobuy={"action":"go.miniapp","params":{"username":"gh_afb5ac7a8f9d","path":"/pages/index/index","debugmode":"1"}} | username,小程序标识 gh_afb5ac7a8f9d表示有货精选gh_e55f5aae07b7表示限定小程序 path,小程序落地页面路径,缺省到小程序首页 开发人员配置选项debugmode,1表示开发版 2表示体验版 0 or字段缺省表示正式版本
|go.switchchannel | 男女首页切换规则 | {"action":"go.switchchannel","params":{"channel":"1","tip":"您已切换到男生频道"}} | v6.9.4版本后channel值使用首页的channelid值, channel:1男装 2女装 3潮童 1469高街BLK 1951创意生活 2073球鞋 tip:切换到channel频道的提示
|go.mineredpackage | 跳转至6.7.9新增的我的红包页 | {"action":"go.mineredpackage"} |
| go.activitytemplateDetail | 跳转拼团详情 | {"action":"go.activitytemplateDetail","params":{"groupNo":"1258","activityId":"1234"}} | 落地页是RN的拼团详情页 |
| go.zerohelphome | 0元免单首页 | {"action":"go.zerohelphome","params":{"index":"0"}} | index 参数值含义: 0代表是免单首页的商品列表 1代表是免单首页我参与的免单列表 |
| go.zerohelpdetail | 0元助力详情页(好友助力页面) | {"action":"go.zerohelpdetail","params":{"useractivityId":"xxxx"}} | useractivityId是助力活动id |
### 新增推送(push)方式,兼容现有新跳转规则(统一有货 App跳转规则)
... ...