Merge branch 'master' of http://gitlab.9133.com:10080/public_service/public_sdk_android
Showing
2 changed files
with
3 additions
and
0 deletions
... | @@ -29,3 +29,5 @@ | ... | @@ -29,3 +29,5 @@ |
29 | - 加了个首次成长基金事件上报类型,替换PoolSdk_V2_xxxx.jar | 29 | - 加了个首次成长基金事件上报类型,替换PoolSdk_V2_xxxx.jar |
30 | - 2020-3-24 | 30 | - 2020-3-24 |
31 | - 去掉上报时候请求taobao的步骤,替换PoolSdk_V2_xxxx.jar | 31 | - 去掉上报时候请求taobao的步骤,替换PoolSdk_V2_xxxx.jar |
32 | +- 2020-3-27 | ||
33 | + - 加了玩家达到某个vip等级的事件类型,加了角色上报的回调和上报的类型日志,替换PoolSdk_V2_xxxx.jar | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -655,6 +655,7 @@ PoolEventType类中对应的类型: | ... | @@ -655,6 +655,7 @@ PoolEventType类中对应的类型: |
655 | POOL_RETAINED_3_DAY 领取七天礼包的第三天奖励时 | 655 | POOL_RETAINED_3_DAY 领取七天礼包的第三天奖励时 |
656 | POOL_RETAINED_7_DAY 领取七天礼包的第七天奖励时 | 656 | POOL_RETAINED_7_DAY 领取七天礼包的第七天奖励时 |
657 | POOL_FIRST_PURCHASE_FUND 首次成长基金充值 | 657 | POOL_FIRST_PURCHASE_FUND 首次成长基金充值 |
658 | + POOL_VIP_LEVEL_TO_TARGET_LEVEL vip达到某个等级 | ||
658 | ``` | 659 | ``` |
659 | 660 | ||
660 | 661 | ... | ... |
-
Please register or login to post a comment