This commit is contained in:
shoopea 2019-06-06 13:54:58 +08:00
parent 122208afef
commit 2ae6a8c89e

4
def.go
View File

@ -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"`