Merge remote-tracking branch 'origin/patch-2' into patch-1
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -119,7 +119,7 @@ | @@ -119,7 +119,7 @@ | ||
119 | | go.discountmarket | 折扣专区 | {"type": "push","url":{"action":"go.discountmarket"}} | | 119 | | go.discountmarket | 折扣专区 | {"type": "push","url":{"action":"go.discountmarket"}} | |
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指开始活动时间,格式要保持固定 | 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指开始活动时间,格式要保持固定 |
121 | | go.signin | 签到页 | {"type": "push","url":{"action":"go.signin"}} | | 121 | | go.signin | 签到页 | {"type": "push","url":{"action":"go.signin"}} | |
122 | -| 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是标准模板 |
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时,进入奥莱频道页,三个字段都填写时,可进入奥莱的二级频道页 | 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时,进入奥莱频道页,三个字段都填写时,可进入奥莱的二级频道页 |
124 | | 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 |
125 | 125 |
-
Please register or login to post a comment