Showing
3 changed files
with
16 additions
and
2 deletions
.DS_Store
0 → 100644
No preview for this file type
| 1 | ## 公共js资料 | 1 | ## 公共js资料 |
| 2 | + | ||
| 3 | +#### 1.3版本修改: | ||
| 4 | + - 扩展接口添加了一下类型(具体接入查看文档): | ||
| 5 | + - msgSecCheck: 108, //违规内容判断接口 | ||
| 6 | + - checkBalance:109, //查询余额 | ||
| 7 | + - showAd:110, //广告类型 | ||
| 8 | + - score: 111,//评分 | ||
| 9 | + - kefu: 112,//客服接口 | ||
| 10 | + - queryProductsInfo: 113,//根据sku(商品ID)查询商品信息 | ||
| 11 | + - userCenter:114,//用户中心 | ||
| 12 | + - eventTrack:115 //事件上报 | ||
| 13 | + | ||
| 2 | #### 1.2版本修改: | 14 | #### 1.2版本修改: |
| 3 | - 扩展接口添加了一下类型(具体接入查看文档): | 15 | - 扩展接口添加了一下类型(具体接入查看文档): |
| 4 | - score:108,//评分 | 16 | - score:108,//评分 | ... | ... |
| ... | @@ -274,6 +274,7 @@ | ... | @@ -274,6 +274,7 @@ |
| 274 | 274 | ||
| 275 | 275 | ||
| 276 | 8.1. **扩展接口(商品信息查询(目前用于海外渠道显示商场))** | 276 | 8.1. **扩展接口(商品信息查询(目前用于海外渠道显示商场))** |
| 277 | + | ||
| 277 | /** | 278 | /** |
| 278 | 扩展接口 | 279 | 扩展接口 |
| 279 | @param {*} type youaiH5SDK.expansion_type.queryProductsInfo | 280 | @param {*} type youaiH5SDK.expansion_type.queryProductsInfo |
| ... | @@ -315,14 +316,15 @@ | ... | @@ -315,14 +316,15 @@ |
| 315 | 316 | ||
| 316 | 317 | ||
| 317 | 8.2. **扩展接口(事件上报类型)** | 318 | 8.2. **扩展接口(事件上报类型)** |
| 319 | + | ||
| 318 | /** | 320 | /** |
| 319 | 扩展接口 | 321 | 扩展接口 |
| 320 | @param {*} type youaiH5SDK.expansion_type.eventTrack | 322 | @param {*} type youaiH5SDK.expansion_type.eventTrack |
| 321 | event_type: { | 323 | event_type: { |
| 322 | first_month_card: 1,//首次购买月卡 | 324 | first_month_card: 1,//首次购买月卡 |
| 323 | first_recharge: 2,//首次充值 | 325 | first_recharge: 2,//首次充值 |
| 324 | - vip_to_value: 3,//vip达到某1等级上报 | 326 | + vip_to_value: 3,//vip达到某一等级上报(cp与渠道沟通) |
| 325 | - recharge_to_value: 4,//充值到某值时 | 327 | + recharge_to_value: 4,//充值到某值时(cp与渠道沟通) |
| 326 | first_join_union: 5//加入工会/联盟 | 328 | first_join_union: 5//加入工会/联盟 |
| 327 | } | 329 | } |
| 328 | @param {*} data 对应传youaiH5SDK.event_type中的类型值 | 330 | @param {*} data 对应传youaiH5SDK.event_type中的类型值 | ... | ... |
-
Please register or login to post a comment