This commit is contained in:
shoopea 2020-02-03 12:07:05 +08:00
parent e8d0fd3b44
commit 58d46f6d46

2
def.go
View File

@ -346,7 +346,7 @@ type ChatWarsMessageJobGWithdrawAck struct {
}
type ChatWarsTribute struct {
Date Time.time `json:"time"`
Date time.Time `json:"time"`
ItemID64 int64 `json:"item_id"`
Quantity int64 `json:"quantity"`
Exp int64 `json:"exp"`