bygdata/pkg/devtodev/note.md

36 lines
785 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1.登录2.注册3.token刷新4.充值5.进入游戏6.下注7.提现8.客服反馈
1.
device_info 设备信息
2.
Virtual Currency Payment # 表示用户用虚拟币购买某个“具体商品”
虚拟币 → 商品
3.
Current Balance # 实时资产余额
4.
session_start ✅ 会话开启,登陆
5.
register 注册事件 (自定义事件)
6.
token刷新 事件(自定义事件)
7.
Real Payment # 真实支付,收到支付回调时调用,充值
8.
enter game 进入游戏事件(自定义事件)
9.
currency_accrual 游戏收益,等等其他收益,下注
典型场景:
游戏胜利获得筹码
活动奖励发币
任务奖励
充值后发放筹
系统补偿
9.
withdraw 提现事件(自定义事件)
10.
custom support 客服反馈(自定义事件)