Authored by 朱小军

Update README.md

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