Authored by 陈林

移动go.ufo, go.minealliance 至yohobuy参数下。

... ... @@ -105,6 +105,10 @@
|go.associatorgift | 会员礼包 |{"action":"go.associatorgift"} |
|go.promotion | 促销商品列表 | {"action":"go.promotion","params":{"title":"主标题","promotiontitle":"促销标题","promotion_id":"108"}} | title:页面标题 promotiontitle:促销标题 promotion_id:促销id
|go.searchlist | 模糊搜索列表页 | {"action":"go.searchlist","params":{"keyword":"店铺名字"}} | keyword:店铺名字 keyword信息会显示顶部的搜索框
|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)
### 新增推送(push)方式,兼容现有新跳转规则(统一有货 App跳转规则)
... ... @@ -158,9 +162,6 @@
|go.refundorderdetail | 退货详情页 | {"type": "push","url":{"action":"go.refundorderdetail","params":{"id":"123"}}} |,id:退货id
|go.changeorderdetail | 换货详情页 | {"type": "push","url":{"action":"go.changeorderdetail","params":{"id":"123"}}} |,id:换货id
|go.yohocoin | 我的有货币 | {"type": "push","url":{"action":"go.yohocoin"}} |
|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)
### 新增推送(push)更新App新版本
... ...