Authored by 黄敬囿

新增跳转到种草发布页面,二次编辑,

... ... @@ -110,12 +110,12 @@
|go.userLogout | 账号注销 | {"title":"账号注销","type":"userLogout"} |title为页面名称,type指定注销页面,其中type类型有:'userLogout'账户注销页,'userLogoutClause'注销条款页面,'userLogouReason'注销原因页面,'userLogoutFaildReason'注销失败原因页面,'userLogoutFaild'注销失败页面,'userLogoutStatus'注销状态页面
|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.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.editPost | 跳转种草发布页面,二次编辑 | {"action":"go.editPost","params":{"articled":"1"}} |articled:文章/帖子ID|
### 新增推送(push)方式,兼容现有新跳转规则(统一有货 App跳转规则)
... ...