修改tencent回调

This commit is contained in:
chy
2025-06-26 16:39:16 +08:00
parent 085102b99d
commit d45b8bfbbb
6 changed files with 115 additions and 14 deletions

View File

@ -34,4 +34,5 @@ type Rewards struct {
CreatedAt *gtime.Time // 创建时间
UpdatedAt *gtime.Time // 更新时间
DeletedAt *gtime.Time // 删除时间(软删除)
PrizeId interface{} // 券 id
}