From 2ae6a8c89e5fcfc159ffd396e28719c123b5737d Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 6 Jun 2019 13:54:58 +0800 Subject: [PATCH] test --- def.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/def.go b/def.go index 54c561f..68c2b83 100644 --- a/def.go +++ b/def.go @@ -133,10 +133,10 @@ type ChatWarsMessageAuctionAnnounce struct { ItemID64 int64 `json:"item_id"` Cond string `json:"cond"` Quality string `json:"quality"` - SellerID64 int64 `json:"seller_id"` + SellerUserID64 int64 `json:"seller_id"` SellerGuildID64 int64 `json:"seller_guild_id"` SellerCastleID64 int64 `json:"seller_castle_id"` - BuyerID64 int64 `json:"buyer_id"` + BuyerUserID64 int64 `json:"buyer_id"` BuyerGuildID64 int64 `json:"buyer_guild_id"` BuyerCastleID64 int64 `json:"buyer_castle_id"` Price int32 `json:"price"`