调整回调,奖励领取--(测试领奖-1)

This commit is contained in:
chy
2025-07-02 14:06:53 +08:00
parent 75d6c8cbfd
commit 6e562de6df
9 changed files with 196 additions and 9 deletions

View File

@ -21,4 +21,5 @@ type RewardCallback struct {
Num interface{} // 奖励个数,默认 1比如经验值 10
CustomInfo interface{} // 透传字段 (json串)
AppId interface{} // 业务 id标识业务方由游戏人生提供
InnerOrderId interface{} // 系统内部订单ID
}