修改tencent回调,领取奖励部分
This commit is contained in:
@ -30,6 +30,7 @@ type RewardWatersColumns struct {
|
||||
CreatedAt string //
|
||||
UpdatedAt string //
|
||||
DeletedAt string //
|
||||
GameId string // 游戏唯一 id
|
||||
}
|
||||
|
||||
// rewardWatersColumns holds the columns for the table reward_waters.
|
||||
@ -43,6 +44,7 @@ var rewardWatersColumns = RewardWatersColumns{
|
||||
CreatedAt: "created_at",
|
||||
UpdatedAt: "updated_at",
|
||||
DeletedAt: "deleted_at",
|
||||
GameId: "game_id",
|
||||
}
|
||||
|
||||
// NewRewardWatersDao creates and returns a new DAO object for table data access.
|
||||
|
||||
Reference in New Issue
Block a user