6
0

修改游戏详细download_id字段类型

This commit is contained in:
huangqz 2025-06-25 13:02:25 +08:00
parent 25552dd187
commit ef5d453838

View File

@ -89,7 +89,7 @@ type GameInfoData struct {
Discount int `json:"discount"`
Divide int `json:"divide"`
DownloadDomain string `json:"download_domain"`
DownloadId int `json:"download_id"`
DownloadId string `json:"download_id"`
ExchangeRate int `json:"exchange_rate"`
ExtData string `json:"ext_data"`
Fcmathod int `json:"fcmathod"`