Authored by 朱小军

Update README.md

@@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
38 #### Yohobuy 38 #### Yohobuy
39 | action | 跳转目的 | 跳转参数 | 说明 | 39 | action | 跳转目的 | 跳转参数 | 说明 |
40 |------------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------| 40 |------------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|
41 -| go.brand | 品牌列表页 | yohobuy={"action":"go.brand","params":{"shop_id":"356","jumptoshop":"Y","brand_id":"4","promotion":"4",tags_filter: "1"}} | promotion专区id(童装), tags_filter(默认不填,1:全球购羊头品牌标签过滤),如果要跳转到店铺设置jumptoshop=Y,否则跳转到品牌| 41 +| 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,否则跳转到品牌|
42 | go.productDetail | 商品详情页 | yohobuy={"action":"go.productDetail","params":{"product_skn":"126131",tags_filter: "1"}} |tags_filter(默认不填,1:全球购羊头品牌标签过滤) | 42 | go.productDetail | 商品详情页 | yohobuy={"action":"go.productDetail","params":{"product_skn":"126131",tags_filter: "1"}} |tags_filter(默认不填,1:全球购羊头品牌标签过滤) |
43 | go.coupon | 优惠券页 | yohobuy={"action":"go.coupon"} | | 43 | go.coupon | 优惠券页 | yohobuy={"action":"go.coupon"} | |
44 | go.fav | 收藏列表页 | yohobuy={"action":"go.fav","params":{"favType":"0"}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 | 44 | go.fav | 收藏列表页 | yohobuy={"action":"go.fav","params":{"favType":"0"}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 |
@@ -93,7 +93,7 @@ @@ -93,7 +93,7 @@
93 #### 93 ####
94 | action | 跳转目的 | 推送跳转参数 | 说明 | 94 | action | 跳转目的 | 推送跳转参数 | 说明 |
95 |------------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------| 95 |------------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|
96 -| go.brand | 品牌列表页 |{"type":"push","url":{"action":"go.brand","params":{"brand_id":"4","promotion":"4"}}} | *promotion专区id(童装) | 96 +| go.brand | 品牌列表页 |{"type":"push","url":{"action":"go.brand","params":{"brand_id":"4","promotion":"4","app_type":"0"}}} | *promotion专区id(童装),app_type 0:有货 1:BLK |
97 | go.productDetail | 商品详情页 |{"type""push","url":{"action":"go.productDetail","params":{"product_skn":"126131"}}} | | 97 | go.productDetail | 商品详情页 |{"type""push","url":{"action":"go.productDetail","params":{"product_skn":"126131"}}} | |
98 | go.coupon | 优惠券页 | {"type": "push","url":{"action":"go.coupon"}} | | 98 | go.coupon | 优惠券页 | {"type": "push","url":{"action":"go.coupon"}} | |
99 | go.fav | 收藏列表页 | {"type": "push","url":{"action":"go.fav","params":{"favType":"0"}}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 | 99 | go.fav | 收藏列表页 | {"type": "push","url":{"action":"go.fav","params":{"favType":"0"}}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 |