Authored by 朱小军

更新md格式问题

@@ -82,9 +82,10 @@ @@ -82,9 +82,10 @@
82 |go.instalmentRepayment | 分期还款视图 |yohobuy={"action":"go.instalmentRepayment","params":{"amount":"500","list":[{"index":"0","orderCode":"14535343","termNo":1}]}} | amount为还款金额| 82 |go.instalmentRepayment | 分期还款视图 |yohobuy={"action":"go.instalmentRepayment","params":{"amount":"500","list":[{"index":"0","orderCode":"14535343","termNo":1}]}} | amount为还款金额|
83 |go.instalmentActivated | 分期开通成功 | yohobuy={"action":"go.instalmentActivated"}| 无参数,表示分期开通接口成功| 83 |go.instalmentActivated | 分期开通成功 | yohobuy={"action":"go.instalmentActivated"}| 无参数,表示分期开通接口成功|
84 |go.picker| 调用原生pickerView | yohobuy={"action":"go.picker","type":"1", "params":{"title":"标题", "list":["item0", "item1", ...]}} | type:类型(1学历,2年份),title:pickerView标题, list:pickerView内容 84 |go.picker| 调用原生pickerView | yohobuy={"action":"go.picker","type":"1", "params":{"title":"标题", "list":["item0", "item1", ...]}} | type:类型(1学历,2年份),title:pickerView标题, list:pickerView内容
85 -### 新增推送(push)方式,兼容现有新跳转规则(统一有货 App跳转规则)  
86 |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:直播号 85 |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:直播号
87 -|go.videoreplay| 重播详情页 | yohobuy={"action":"go.videoreplay", "params":{"room":"1","videourl":"xxx.xxx.xxx"}} | ,videourl:重播视频url ,room:重播号 86 +|go.videoreplay| 重播详情页 | yohobuy={"action":"go.videoreplay", "params":{"room":"1","videourl":"xxx.xxx.xxx"}} | videourl:重播视频url ,room:重播号
  87 +### 新增推送(push)方式,兼容现有新跳转规则(统一有货 App跳转规则)
  88 +
88 89
89 90
90 ## 跳转参数 91 ## 跳转参数
@@ -129,7 +130,7 @@ @@ -129,7 +130,7 @@
129 | 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时,进入奥莱频道页,三个字段都填写时,可进入奥莱的二级频道页 130 | 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时,进入奥莱频道页,三个字段都填写时,可进入奥莱的二级频道页
130 | go.outletactivity | 奥莱活动详情页 | {"type": "push","url":{"action":"go.outletactivity","params":{"activity_id":"123"}}} | activity_id为奥莱活动的活动id 131 | go.outletactivity | 奥莱活动详情页 | {"type": "push","url":{"action":"go.outletactivity","params":{"activity_id":"123"}}} | activity_id为奥莱活动的活动id
131 |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:直播号 132 |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:直播号
132 -|go.videoreplay| 重播详情页 | {"type": "push","url":{"action":"go.videoreplay", "params":{"room":"1","videourl":"xxx.xxx.xxx"}}} | ,videourl:重播视频url ,room:重播号 133 +|go.videoreplay| 重播详情页 | {"type": "push","url":{"action":"go.videoreplay", "params":{"room":"1","videourl":"xxx.xxx.xxx"}}} | videourl:重播视频url ,room:重播号
133 ### 新增推送(push)更新App新版本 134 ### 新增推送(push)更新App新版本
134 135
135 136