mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-07 20:02:50 +08:00
update medal struct
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user