This commit is contained in:
shoopea 2019-10-03 18:15:00 +08:00
parent 49e5450839
commit 8dfa441e81

2
def.go
View File

@ -190,7 +190,7 @@ type ChatWarsMessageGoQuestAck struct {
Duration time.Duration `json:"duration"` Duration time.Duration `json:"duration"`
} }
type ChatWarsMessagesQuestRes struct { type ChatWarsMessagesQuestResult struct {
Msg *ChatWarsMessage `json:"msg"` Msg *ChatWarsMessage `json:"msg"`
Gold int64 `json:"gold"` Gold int64 `json:"gold"`
Exp int64 `json:"exp"` Exp int64 `json:"exp"`