Authored by 李犇

go.attention增加参数yh_channel标识频道id

... ... @@ -45,7 +45,7 @@
| go.fav | 收藏列表页 | yohobuy={"action":"go.fav","params":{"favType":"0"}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 |
| go.mine | 我的页面 | yohobuy={"action":"go.mine"} | |
| go.list | 商品列表页 | yohobuy={"action":"go.list","params":{"sort":"12","msort":"1","misort":"11","title":"上衣", "actiontype":"1" ,"shop_id":"356", "query":"关键字搜索", "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","app_type":"0","cover_url":"imageurl","contentCode":""}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;actiontype=2 专区商品列表 cover_url 专区配置顶部banner图片url; outlets=1表示是奥莱的商品 app_type 0:有货 1:BLK sort:类目 contentCode:商品列表楼层资源位code码|
| go.attention | 分类页 | yohobuy={"action":"go.attention","params":{"actiontype":"0"}} | "actiontype=0 品类 1品牌 2关注" |
| go.attention | 分类页 | yohobuy={"action":"go.attention","params":{"actiontype":"0","yh_channel":"1"}} | "actiontype=0 品类 1品牌 2关注" |
| go.plus | plus页 | yohobuy={"action":"go.plus"} | |
| go.star | star页 | yohobuy={"action":"go.star"} | |
| go.new | 新品到着页 | yohobuy={"action":"go.new","params":{"msort":"10","channel":"2"}} |msort在家居频道时配置 cid频道标识 | |
... ... @@ -129,7 +129,7 @@
| go.fav | 收藏列表页 | {"type": "push","url":{"action":"go.fav","params":{"favType":"0"}}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 |
| go.mine | 我的页面 | {"type": "push","url":{"action":"go.mine"}} | |
| go.list | 商品列表页 | {"type": "push","url":{"action":"go.list","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"1" ,"shop_id":"356", "query":"关键字搜索", "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","app_type":"0"}}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;actiontype=2 奥莱分类 app_type 0:有货 1:BLK|
| go.attention | 分类页 | {"type": "push","url":{"action":"go.attention","params":{"actiontype":"0"}}} | "actiontype=0 品类 1品牌 2关注" |
| go.attention | 分类页 | {"type": "push","url":{"action":"go.attention","params":{"actiontype":"0","yh_channel":"1"}}} | "actiontype=0 品类 1品牌 2关注" |
| go.plus | plus页 | {"type": "push","url":{"action":"go.plus"}} | |
| go.star | star页 | {"type": "push","url":{"action":"go.star"}} | |
| go.new | 新品到着页 | {"type": "push","url":{"action":"go.new","params":{"msort":"10","channel":"2"}}} |msort在家居频道时配置 cid频道标识 | |
... ...