调整回调,奖励领取--(测试领奖-1)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user