修改tencent回调,领取奖励部分

This commit is contained in:
chy
2025-06-26 21:03:22 +08:00
parent 1846a7918d
commit 6a3a06574a
4 changed files with 19 additions and 0 deletions

View File

@ -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.