update def

This commit is contained in:
shoopea 2019-12-29 16:41:24 +08:00
parent 011f5c1200
commit 93d41febb1

2
def.go
View File

@ -89,7 +89,7 @@ type ChatWarsItem struct {
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 {