update medal struct

This commit is contained in:
aynakeya
2025-10-10 00:04:25 +08:00
parent f919c79c72
commit a4b25bc0c5
8 changed files with 73 additions and 15 deletions

View File

@@ -67,7 +67,7 @@ type Gift struct {
SvgaBlock int `json:"svga_block"` // SVGA块
TagImage string `json:"tag_image"` // 标签图片URL
Tid string `json:"tid"` // TID
Timestamp int `json:"timestamp"` // 时间戳
Timestamp int64 `json:"timestamp"` // 时间戳
TopList interface{} `json:"top_list"` // 顶级列表
TotalCoin int `json:"total_coin"` // 总硬币数
Uid int `json:"uid"` // 用户ID