Authored by 朱小军

Merge branch 'patch-1' into 'master'

更新go.list,支持奥莱商品列表页跳转。



See merge request !1
@@ -43,8 +43,7 @@ @@ -43,8 +43,7 @@
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:品牌收藏 |
45 | go.mine | 我的页面 | yohobuy={"action":"go.mine"} | | 45 | go.mine | 我的页面 | yohobuy={"action":"go.mine"} | |
46 -| go.list | 品类列表页 | yohobuy={"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""}} | "actiontype=1 分类,当前版本暂不支持 |  
47 -| go.list | 搜索结果页 | yohobuy={"action":"go.list","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"0" ,"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""}} | "actiontype=0其他"支持promotion搜索 | 46 +| go.list | 商品列表页 | yohobuy={"action":"go.list","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"2" ,"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"}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;actiontype=2 奥莱分类 |
48 | go.attention | 分类页 | yohobuy={"action":"go.attention","params":{"actiontype":"0"}} | "actiontype=0 品类 1品牌 2关注" | 47 | go.attention | 分类页 | yohobuy={"action":"go.attention","params":{"actiontype":"0"}} | "actiontype=0 品类 1品牌 2关注" |
49 | go.plus | plus页 | yohobuy={"action":"go.plus"} | | 48 | go.plus | plus页 | yohobuy={"action":"go.plus"} | |
50 | go.star | star页 | yohobuy={"action":"go.star"} | | 49 | go.star | star页 | yohobuy={"action":"go.star"} | |
@@ -73,7 +72,7 @@ @@ -73,7 +72,7 @@
73 | go.discountmarket | 折扣专区 | yohobuy={"action":"go.discountmarket"} | 72 | go.discountmarket | 折扣专区 | yohobuy={"action":"go.discountmarket"} |
74 | go.discountmarketpro | 折扣专区详情页 | yohobuy={"action":"go.discountmarketpro","params":{"id":"1","cover_url":"封面图","title":"T恤","start_date":"2016-03-10 14:32:25"}} | start_date指开始活动时间,格式要保持固定 73 | go.discountmarketpro | 折扣专区详情页 | yohobuy={"action":"go.discountmarketpro","params":{"id":"1","cover_url":"封面图","title":"T恤","start_date":"2016-03-10 14:32:25"}} | start_date指开始活动时间,格式要保持固定
75 | go.signin | 签到页 | yohobuy={"action":"go.signin"} | 74 | go.signin | 签到页 | yohobuy={"action":"go.signin"} |
76 -| go.shop | 店铺标准模版页 | yohobuy={"action":"go.shop","params":{"shop_id":"356","shop_name":"DGK"}} | 75 +| go.shop | 店铺标准模版页 | {"type": "push","url":{"action":"go.shop","params":{"shop_id":"356","shop_template_type":"1","shop_name":"DGK"}}} | shop_template_type = 1是基础模板,2是标准模板
77 | go.newoutlet | 奥莱频道页 | yohobuy={"action":"go.newoutlet","params":{"category_id":"6","yh_channel":"1","content_code":"abcd123456"}} | category_id(必填)为奥莱频道的分类管理中的id, yh_channel(选填)表示二级频道(男1、女2、童3,家4), content_code(选填)表示二级频道的资源位码。只填category_id时,进入奥莱频道页,三个字段都填写时,可进入奥莱的二级频道页 76 | go.newoutlet | 奥莱频道页 | yohobuy={"action":"go.newoutlet","params":{"category_id":"6","yh_channel":"1","content_code":"abcd123456"}} | category_id(必填)为奥莱频道的分类管理中的id, yh_channel(选填)表示二级频道(男1、女2、童3,家4), content_code(选填)表示二级频道的资源位码。只填category_id时,进入奥莱频道页,三个字段都填写时,可进入奥莱的二级频道页
78 | go.outletactivity | 奥莱活动详情页 | yohobuy={"action":"go.outletactivity","params":{"activity_id":"123"}} | activity_id为奥莱活动的活动id 77 | go.outletactivity | 奥莱活动详情页 | yohobuy={"action":"go.outletactivity","params":{"activity_id":"123"}} | activity_id为奥莱活动的活动id
79 78
@@ -91,8 +90,7 @@ @@ -91,8 +90,7 @@
91 | go.coupon | 优惠券页 | {"type": "push","url":{"action":"go.coupon"}} | | 90 | go.coupon | 优惠券页 | {"type": "push","url":{"action":"go.coupon"}} | |
92 | go.fav | 收藏列表页 | {"type": "push","url":{"action":"go.fav","params":{"favType":"0"}}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 | 91 | go.fav | 收藏列表页 | {"type": "push","url":{"action":"go.fav","params":{"favType":"0"}}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 |
93 | go.mine | 我的页面 | {"type": "push","url":{"action":"go.mine"}} | | 92 | go.mine | 我的页面 | {"type": "push","url":{"action":"go.mine"}} | |
94 -| go.list | 品类列表页 | {"type": "push","url":{"action":"go.list","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"1" , "query":"关键字搜索", "gender":"1,3", "brand":"1", "color":"1", "size":"12", "price":"10", "page":"1", "isrecommd":"Y", "ishot":"Y", "p_d":"0.1, 0.9""}}}| "actiontype=1 分类,当前版本暂不支持 |  
95 -| go.list | 搜索结果页 |{"type": "push","url":{"action":"go.list","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"0" , "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""}}}| "actiontype=0其他"支持promotion搜索| 93 +| go.list | 商品列表页 | {"type": "push","url":{"action":"go.list","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"2" ,"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"}}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;actiontype=2 奥莱分类 |
96 | go.attention | 分类页 | {"type": "push","url":{"action":"go.attention","params":{"actiontype":"0"}}} | "actiontype=0 品类 1品牌 2关注" | 94 | go.attention | 分类页 | {"type": "push","url":{"action":"go.attention","params":{"actiontype":"0"}}} | "actiontype=0 品类 1品牌 2关注" |
97 | go.plus | plus页 | {"type": "push","url":{"action":"go.plus"}} | | 95 | go.plus | plus页 | {"type": "push","url":{"action":"go.plus"}} | |
98 | go.star | star页 | {"type": "push","url":{"action":"go.star"}} | | 96 | go.star | star页 | {"type": "push","url":{"action":"go.star"}} | |
@@ -121,7 +119,7 @@ @@ -121,7 +119,7 @@
121 | go.discountmarket | 折扣专区 | {"type": "push","url":{"action":"go.discountmarket"}} | 119 | go.discountmarket | 折扣专区 | {"type": "push","url":{"action":"go.discountmarket"}} |
122 | go.discountmarketpro | 折扣专区详情页 | {"type": "push","url":{"action":"go.discountmarketpro","params":{"id":"1","cover_url":"封面图","title":"T恤","start_date":"2016-03-10 14:32:25"}}} | start_date指开始活动时间,格式要保持固定 120 | go.discountmarketpro | 折扣专区详情页 | {"type": "push","url":{"action":"go.discountmarketpro","params":{"id":"1","cover_url":"封面图","title":"T恤","start_date":"2016-03-10 14:32:25"}}} | start_date指开始活动时间,格式要保持固定
123 | go.signin | 签到页 | {"type": "push","url":{"action":"go.signin"}} | 121 | go.signin | 签到页 | {"type": "push","url":{"action":"go.signin"}} |
124 -| go.shop | 店铺标准模版页 | {"type": "push","url":{"action":"go.shop","params":{"shop_id":"356","shop_name":"DGK"}}} | 122 +| go.shop | 店铺标准模版页 | {"type": "push","url":{"action":"go.shop","params":{"shop_id":"356","shop_template_type":"1","shop_name":"DGK"}}} | shop_template_type = 1是基础模板,2是标准模板
125 | go.newoutlet | 奥莱频道页 | {"type": "push","url":{"action":"go.newoutlet","params":{"category_id":"6","yh_channel":"1","content_code":"abcd123456"}}} | category_id(必填)为奥莱频道的分类管理中的id, yh_channel(选填)表示二级频道(男1、女2、童3,家4), content_code(选填)表示二级频道的资源位码。只填category_id时,进入奥莱频道页,三个字段都填写时,可进入奥莱的二级频道页 123 | go.newoutlet | 奥莱频道页 | {"type": "push","url":{"action":"go.newoutlet","params":{"category_id":"6","yh_channel":"1","content_code":"abcd123456"}}} | category_id(必填)为奥莱频道的分类管理中的id, yh_channel(选填)表示二级频道(男1、女2、童3,家4), content_code(选填)表示二级频道的资源位码。只填category_id时,进入奥莱频道页,三个字段都填写时,可进入奥莱的二级频道页
126 | go.outletactivity | 奥莱活动详情页 | {"type": "push","url":{"action":"go.outletactivity","params":{"activity_id":"123"}}} | activity_id为奥莱活动的活动id 124 | go.outletactivity | 奥莱活动详情页 | {"type": "push","url":{"action":"go.outletactivity","params":{"activity_id":"123"}}} | activity_id为奥莱活动的活动id
127 125