...
|
...
|
@@ -43,7 +43,7 @@ |
|
|
| go.coupon | 优惠券页 | yohobuy={"action":"go.coupon"} | |
|
|
|
| go.fav | 收藏列表页 | yohobuy={"action":"go.fav","params":{"favType":"0"}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 |
|
|
|
| go.mine | 我的页面 | yohobuy={"action":"go.mine"} | |
|
|
|
| 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", "promotion":"23","outlets":"1"}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;outlets=1表示是奥莱的商品 |
|
|
|
| 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", "promotion":"23","outlets":"1","app_type":"0"}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;outlets=1表示是奥莱的商品 app_type 0:有货 1:BLK|
|
|
|
| go.attention | 分类页 | yohobuy={"action":"go.attention","params":{"actiontype":"0"}} | "actiontype=0 品类 1品牌 2关注" |
|
|
|
| go.plus | plus页 | yohobuy={"action":"go.plus"} | |
|
|
|
| go.star | star页 | yohobuy={"action":"go.star"} | |
|
...
|
...
|
@@ -82,9 +82,9 @@ |
|
|
|go.instalmentRepayment | 分期还款视图 |yohobuy={"action":"go.instalmentRepayment","params":{"amount":"500","list":[{"index":"0","orderCode":"14535343","termNo":1}]}} | amount为还款金额|
|
|
|
|go.instalmentActivated | 分期开通成功 | yohobuy={"action":"go.instalmentActivated"}| 无参数,表示分期开通接口成功|
|
|
|
|go.picker| 调用原生pickerView | yohobuy={"action":"go.picker","type":"1", "params":{"title":"标题", "list":["item0", "item1", ...]}} | type:类型(1学历,2年份),title:pickerView标题, list:pickerView内容
|
|
|
|go.videolive| 直播详情页 | yohobuy={"action":"go.videolive", "params":{"type":"1","videourl":"xxx.xxx.xxx","talkurl":"xxx.xxx.xxx","room":"1"}} | type:类型必选(1直播中,2直播前 3直播已结束),videourl:直播视频url talkurl:弹幕url,room:直播号
|
|
|
|go.videoreplay| 重播详情页 | yohobuy={"action":"go.videoreplay", "params":{"videoid":"1","videourl":"xxx.xxx.xxx"}} | videourl:重播视频url ,videoid:重播号
|
|
|
|go.poollist | 商品列表页 | yohobuy={"action":"go.poollist","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"1" ,"shop_id":"356", "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","outlets":"1","productPool":"32"}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;outlets=1表示是奥莱的商品 productPool:商品池编号|
|
|
|
|go.videolive| 直播详情页 | yohobuy={"action":"go.videolive", "params":{"type":"1","room":"1"}} | type:类型必选(1直播中,2直播前 3直播已结束),room:直播号
|
|
|
|go.videoreplay| 重播详情页 | yohobuy={"action":"go.videoreplay", "params":{"videoid":"1"}} | videoid:重播号
|
|
|
|go.poollist | 商品列表页 | yohobuy={"action":"go.poollist","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"1" ,"shop_id":"356", "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","outlets":"1","productPool":"32","app_type":"0"}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;outlets=1表示是奥莱的商品 productPool:商品池编号 app_type 0:有货 1:BLK|
|
|
|
### 新增推送(push)方式,兼容现有新跳转规则(统一有货 App跳转规则)
|
|
|
|
|
|
|
...
|
...
|
@@ -98,7 +98,7 @@ |
|
|
| go.coupon | 优惠券页 | {"type": "push","url":{"action":"go.coupon"}} | |
|
|
|
| go.fav | 收藏列表页 | {"type": "push","url":{"action":"go.fav","params":{"favType":"0"}}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 |
|
|
|
| go.mine | 我的页面 | {"type": "push","url":{"action":"go.mine"}} | |
|
|
|
| go.list | 商品列表页 | {"type": "push","url":{"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", "promotion":"23"}}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;actiontype=2 奥莱分类 |
|
|
|
| go.list | 商品列表页 | {"type": "push","url":{"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", "promotion":"23","app_type":"0"}}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;actiontype=2 奥莱分类 app_type 0:有货 1:BLK|
|
|
|
| go.attention | 分类页 | {"type": "push","url":{"action":"go.attention","params":{"actiontype":"0"}}} | "actiontype=0 品类 1品牌 2关注" |
|
|
|
| go.plus | plus页 | {"type": "push","url":{"action":"go.plus"}} | |
|
|
|
| go.star | star页 | {"type": "push","url":{"action":"go.star"}} | |
|
...
|
...
|
@@ -130,9 +130,9 @@ |
|
|
| go.shop | 店铺标准模版页 | {"type": "push","url":{"action":"go.shop","params":{"shop_id":"356","shop_template_type":"1","shop_name":"DGK"}}} | shop_template_type = 1是基础模板,2是标准模板
|
|
|
| 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时,进入奥莱频道页,三个字段都填写时,可进入奥莱的二级频道页
|
|
|
| go.outletactivity | 奥莱活动详情页 | {"type": "push","url":{"action":"go.outletactivity","params":{"activity_id":"123"}}} | activity_id为奥莱活动的活动id
|
|
|
|go.videolive| 直播详情页 | {"type": "push","url":{"action":"go.videolive", "params":{"type":"1","videourl":"xxx.xxx.xxx","talkurl":"xxx.xxx.xxx","room":"1"}}} | type:类型必选(1直播中,2直播前 3直播已结束),videourl:直播视频url talkurl:弹幕url,room:直播号
|
|
|
|go.videoreplay| 重播详情页 | {"type": "push","url":{"action":"go.videoreplay", "params":{"videoid":"1","videourl":"xxx.xxx.xxx"}}} | videourl:重播视频url ,videoid:重播号
|
|
|
|go.poollist | 商品列表页 | yohobuy={"action":"go.poollist","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"1" ,"shop_id":"356", "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","outlets":"1","productPool":"32"}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;outlets=1表示是奥莱的商品 productPool:商品池编号|
|
|
|
|go.videolive| 直播详情页 | {"type": "push","url":{"action":"go.videolive", "params":{"type":"1","room":"1"}}} | type:类型必选(1直播中,2直播前 3直播已结束),room:直播号
|
|
|
|go.videoreplay| 重播详情页 | {"type": "push","url":{"action":"go.videoreplay", "params":{"videoid":"1"}}} | videoid:重播号
|
|
|
|go.poollist | 商品列表页 | yohobuy={"action":"go.poollist","params":{"msort":"1","misort":"11","title":"上衣", "actiontype":"1" ,"shop_id":"356", "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","outlets":"1","productPool":"32","app_type":"0"}} | actiontype=0 其他,支持promotion搜索;actiontype=1 普通分类;outlets=1表示是奥莱的商品 productPool:商品池编号 app_type 0:有货 1:BLK|
|
|
|
### 新增推送(push)更新App新版本
|
|
|
|
|
|
|
...
|
...
|
|