修改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

@ -19,4 +19,5 @@ type RewardWaters struct {
CreatedAt *gtime.Time `json:"createdAt" orm:"created_at" description:""` //
UpdatedAt *gtime.Time `json:"updatedAt" orm:"updated_at" description:""` //
DeletedAt *gtime.Time `json:"deletedAt" orm:"deleted_at" description:""` //
GameId int `json:"gameId" orm:"game_id" description:"游戏唯一 id"` // 游戏唯一 id
}