调整回调,奖励领取--(测试领奖-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

@ -31,6 +31,7 @@ type RewardCallbackColumns struct {
Num string // 奖励个数,默认 1比如经验值 10
CustomInfo string // 透传字段 (json串)
AppId string // 业务 id标识业务方由游戏人生提供
InnerOrderId string // 系统内部订单ID
}
// rewardCallbackColumns holds the columns for the table reward_callback.
@ -45,6 +46,7 @@ var rewardCallbackColumns = RewardCallbackColumns{
Num: "num",
CustomInfo: "custom_info",
AppId: "app_id",
InnerOrderId: "inner_order_id",
}
// NewRewardCallbackDao creates and returns a new DAO object for table data access.