update weight type
This commit is contained in:
parent
3f21325d7b
commit
b30000ec8b
2
def.go
2
def.go
@ -85,7 +85,7 @@ type ChatWarsItem struct {
|
|||||||
ItemTypeID int64 `json:"item_type_id"`
|
ItemTypeID int64 `json:"item_type_id"`
|
||||||
Code string `json:"code"`
|
Code string `json:"code"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Weight int `json:"weight"`
|
Weight int64 `json:"weight"`
|
||||||
Exchange bool `json:"exchange"`
|
Exchange bool `json:"exchange"`
|
||||||
Auction bool `json:"auction"`
|
Auction bool `json:"auction"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user