Authored by 李犇

新增go.poollist跳转规则

... ... @@ -84,6 +84,7 @@
|go.picker| 调用原生pickerView | yohobuy={"action":"go.picker","type":"1", "params":{"title":"标题", "list":["item0", "item1", ...]}} | type:类型(1学历,2年份),title:pickerView标题, list:pickerView内容
|go.videolive| 直播详情页 | yohobuy={"action":"go.videolive", "params":{"type":"1","videourl":"xxx.xxx.xxx","talkurl":"xxx.xxx.xxx","room":"1"}} | type:类型必选(1直播中,2直播前 3直播已结束),videourl:直播视频url talkurl:弹幕url,room:直播号
|go.videoreplay| 重播详情页 | yohobuy={"action":"go.videoreplay", "params":{"videoid":"1","videourl":"xxx.xxx.xxx"}} | videourl:重播视频url ,videoid:重播号
|go.poollist | 商品列表页 | yohobuy={"action":"go.poollist","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"1" ,"shop_id":"356", "gender":"1,3", "brand":"1", "color":"1", "size":"12", "price":"10", "page":"1", "isrecommd":"Y", "ishot":"Y", "p_d":"0.1, 0.9", "promotion":"23","outlets":"1","productPool":"32"}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;outlets=1表示是奥莱的商品 productPool:商品池编号|
### 新增推送(push)方式,兼容现有新跳转规则(统一有货 App跳转规则)
... ... @@ -131,6 +132,7 @@
| go.outletactivity | 奥莱活动详情页 | {"type": "push","url":{"action":"go.outletactivity","params":{"activity_id":"123"}}} | activity_id为奥莱活动的活动id
|go.videolive| 直播详情页 | {"type": "push","url":{"action":"go.videolive", "params":{"type":"1","videourl":"xxx.xxx.xxx","talkurl":"xxx.xxx.xxx","room":"1"}}} | type:类型必选(1直播中,2直播前 3直播已结束),videourl:直播视频url talkurl:弹幕url,room:直播号
|go.videoreplay| 重播详情页 | {"type": "push","url":{"action":"go.videoreplay", "params":{"videoid":"1","videourl":"xxx.xxx.xxx"}}} | videourl:重播视频url ,videoid:重播号
|go.poollist | 商品列表页 | yohobuy={"action":"go.poollist","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"1" ,"shop_id":"356", "gender":"1,3", "brand":"1", "color":"1", "size":"12", "price":"10", "page":"1", "isrecommd":"Y", "ishot":"Y", "p_d":"0.1, 0.9", "promotion":"23","outlets":"1","productPool":"32"}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;outlets=1表示是奥莱的商品 productPool:商品池编号|
### 新增推送(push)更新App新版本
... ...