test
This commit is contained in:
parent
abb9735a5d
commit
253cba4c23
2
def.go
2
def.go
@ -100,7 +100,7 @@ type ChatWarsItem struct {
|
|||||||
ObjID64 int64 `json:"obj_id"`
|
ObjID64 int64 `json:"obj_id"`
|
||||||
ItemTypeID int64 `json:"item_type_id"`
|
ItemTypeID int64 `json:"item_type_id"`
|
||||||
Code string `json:"code"`
|
Code string `json:"code"`
|
||||||
Names []string `json:"name"`
|
Names []string `json:"names"`
|
||||||
Weight int64 `json:"weight"`
|
Weight int64 `json:"weight"`
|
||||||
Exchange string `json:"exchange"`
|
Exchange string `json:"exchange"`
|
||||||
Auction bool `json:"auction"`
|
Auction bool `json:"auction"`
|
||||||
|
Loading…
Reference in New Issue
Block a user