调整奖励回调接口,调整奖励领取接口
This commit is contained in:
@ -20,4 +20,5 @@ type RewardCallback struct {
|
||||
PrizeSubType interface{} // 奖励子类型,默认为 0,有多种子类型时可用,如 1,5 元网费充值券,2、满 30-5 满减券等
|
||||
Num interface{} // 奖励个数,默认 1,比如经验值 10
|
||||
CustomInfo interface{} // 透传字段 (json串)
|
||||
AppId interface{} // 业务 id(标识业务方,由游戏人生提供)
|
||||
}
|
||||
|
||||
@ -21,4 +21,5 @@ type RewardWaters struct {
|
||||
CreatedAt *gtime.Time //
|
||||
UpdatedAt *gtime.Time //
|
||||
DeletedAt *gtime.Time //
|
||||
GameId interface{} // 游戏唯一 id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user