update def
This commit is contained in:
parent
011f5c1200
commit
93d41febb1
16
def.go
16
def.go
@ -82,14 +82,14 @@ type ChatWarsUser struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ChatWarsItem struct {
|
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"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Weight int64 `json:"weight"`
|
Weight int64 `json:"weight"`
|
||||||
Exchange string `json:"exchange"`
|
Exchange string `json:"exchange"`
|
||||||
Auction bool `json:"auction"`
|
Auction bool `json:"auction"`
|
||||||
Craft
|
Craft ChatWarsItemCraft `json:"craft"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ChatWarsItemCraft struct {
|
type ChatWarsItemCraft struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user