调整奖励回调接口,调整奖励领取接口

This commit is contained in:
chy
2025-06-26 09:38:09 +08:00
parent ecee39efff
commit e1d8f0becd
9 changed files with 45 additions and 13 deletions

View File

@ -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标识业务方由游戏人生提供
}

View File

@ -21,4 +21,5 @@ type RewardWaters struct {
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
DeletedAt *gtime.Time //
GameId interface{} // 游戏唯一 id
}