Authored by 李犇

Merge branch 'zhuxj/master' into 'master'

优惠券go.coupon添加index参数支持



See merge request !27
... ... @@ -41,7 +41,7 @@
| go.brand | 品牌列表页 | yohobuy={"action":"go.brand","params":{"shop_id":"356","jumptoshop":"Y","brand_id":"4","promotion":"4",tags_filter: "1","app_type":"1"}} |app_type 0:有货 1:BLK | promotion专区id(童装), tags_filter(默认不填,1:全球购羊头品牌标签过滤),如果要跳转到店铺设置jumptoshop=Y,否则跳转到品牌|
| go.productDetail | 商品详情页 | yohobuy={"action":"go.productDetail","params":{"product_skn":"126131",tags_filter:"1","from_page_name":"aFP_XXX","from_page_param":"12354"}} |tags_filter(默认不填,1:全球购羊头品牌标签过滤),from_page_name:当前页面P_NAME, from_page_param:当前页面P_PARAM |
| go.productDetail | 拼团商品详情页 | yohobuy={"action":"go.productDetail","params":{"product_skn":"126131","activity_id":"123","activity_type":"groupPurchase"}} | activity_id:拼团id,activity_type: 拼团商品详情标识|
| go.coupon | 优惠券页 | yohobuy={"action":"go.coupon"} | |
| go.coupon | 优惠券页 | yohobuy={"action":"go.coupon","params":{"index":"0"}} | index 0有货优惠券 1 UFO优惠券 |
| 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码|
... ...