From 93d41febb122de6100c6387a3f26a6d977d58ec6 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 29 Dec 2019 16:41:24 +0800 Subject: [PATCH] update def --- def.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/def.go b/def.go index 706b321..8f07703 100644 --- a/def.go +++ b/def.go @@ -82,14 +82,14 @@ type ChatWarsUser struct { } type ChatWarsItem struct { - ObjID64 int64 `json:"obj_id"` - ItemTypeID int64 `json:"item_type_id"` - Code string `json:"code"` - Name string `json:"name"` - Weight int64 `json:"weight"` - Exchange string `json:"exchange"` - Auction bool `json:"auction"` - Craft + ObjID64 int64 `json:"obj_id"` + ItemTypeID int64 `json:"item_type_id"` + Code string `json:"code"` + Name string `json:"name"` + Weight int64 `json:"weight"` + Exchange string `json:"exchange"` + Auction bool `json:"auction"` + Craft ChatWarsItemCraft `json:"craft"` } type ChatWarsItemCraft struct {