Authored by 朱小军

更新go.activitytemplate说明,拼团时开发人员未按照文档要求解析活动id

... ... @@ -133,7 +133,7 @@
| go.home | 侧滑跳转到首页 | {"type": "push","url":{"action":"go.home","params":{"gender":"1","channel":"2"}}} |除侧滑二级页面,其它禁用 channel频道标识 |
| go.newyohood | banner跳转到yohood页 | {"type": "push","url":{"action":"go.newyohood"}} |
| go.top100 | 热卖排行榜 | {"type": "push","url":{"action":"go.top100","params":{"page":"0"}}} | page表示显示的tab页索引,0 第一个 |
| go.activitytemplate | 活动模板 | {"type": "push","url":{"action":"go.activitytemplate","params":{"template_id":"0","title":"标题","type":"0"}}}| template_id表示活动ID ,title表示活动标题 ,type区分不同类型(0通用、1新人专享)(同类型活动模板根据type区分
| go.activitytemplate | 活动模板 | {"type": "push","url":{"action":"go.activitytemplate","params":{"template_id":"0","title":"标题","type":"0"}}}| template_id表示活动ID ,title表示活动标题 ,type区分不同类型(0通用、1新人专享 2拼团列表)(同类型活动模板根据type区分,配置拼团时,活动id优先使用activityId代替template_id
|go.subchannel | 二级频道 |{"type": "push","url":{"action":"go.subchannel","params":{"template_id":"28","title":"标题","content_code":"891b7811db16feba557fd8eff7f07dcf"}}}| template_id表示你可能喜欢数据的ID ,title表示二级频道标题 ,content_code表示二级频道资源位
|go.showgoods | 去晒单 |{"type": "push","url":{"action":"go.showgoods"}} |
|go.globalpurchase | 全球购首页 |{"type": "push","url":{"action":"go.globalpurchase"}} | 不带任何参数
... ...