This commit is contained in:
shoopea 2020-01-12 20:31:46 +08:00
parent abb9735a5d
commit 253cba4c23

2
def.go
View File

@ -100,7 +100,7 @@ type ChatWarsItem struct {
ObjID64 int64 `json:"obj_id"`
ItemTypeID int64 `json:"item_type_id"`
Code string `json:"code"`
Names []string `json:"name"`
Names []string `json:"names"`
Weight int64 `json:"weight"`
Exchange string `json:"exchange"`
Auction bool `json:"auction"`