test
This commit is contained in:
parent
122208afef
commit
2ae6a8c89e
4
def.go
4
def.go
@ -133,10 +133,10 @@ type ChatWarsMessageAuctionAnnounce struct {
|
|||||||
ItemID64 int64 `json:"item_id"`
|
ItemID64 int64 `json:"item_id"`
|
||||||
Cond string `json:"cond"`
|
Cond string `json:"cond"`
|
||||||
Quality string `json:"quality"`
|
Quality string `json:"quality"`
|
||||||
SellerID64 int64 `json:"seller_id"`
|
SellerUserID64 int64 `json:"seller_id"`
|
||||||
SellerGuildID64 int64 `json:"seller_guild_id"`
|
SellerGuildID64 int64 `json:"seller_guild_id"`
|
||||||
SellerCastleID64 int64 `json:"seller_castle_id"`
|
SellerCastleID64 int64 `json:"seller_castle_id"`
|
||||||
BuyerID64 int64 `json:"buyer_id"`
|
BuyerUserID64 int64 `json:"buyer_id"`
|
||||||
BuyerGuildID64 int64 `json:"buyer_guild_id"`
|
BuyerGuildID64 int64 `json:"buyer_guild_id"`
|
||||||
BuyerCastleID64 int64 `json:"buyer_castle_id"`
|
BuyerCastleID64 int64 `json:"buyer_castle_id"`
|
||||||
Price int32 `json:"price"`
|
Price int32 `json:"price"`
|
||||||
|
Loading…
Reference in New Issue
Block a user