update weight type

This commit is contained in:
shoopea 2019-12-13 19:29:42 +08:00
parent 3f21325d7b
commit b30000ec8b

2
def.go
View File

@ -85,7 +85,7 @@ type ChatWarsItem struct {
ItemTypeID int64 `json:"item_type_id"`
Code string `json:"code"`
Name string `json:"name"`
Weight int `json:"weight"`
Weight int64 `json:"weight"`
Exchange bool `json:"exchange"`
Auction bool `json:"auction"`
}