From b30000ec8b0adb102b24798a73cab94e9a3f1be5 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 13 Dec 2019 19:29:42 +0800 Subject: [PATCH] update weight type --- def.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/def.go b/def.go index 3949bbf..5c0fee7 100644 --- a/def.go +++ b/def.go @@ -85,7 +85,7 @@ type ChatWarsItem struct { ItemTypeID int64 `json:"item_type_id"` Code string `json:"code"` Name string `json:"name"` - Weight int `json:"weight"` + Weight int64 `json:"weight"` Exchange bool `json:"exchange"` Auction bool `json:"auction"` }