diff --git a/def.go b/def.go index 079ac50..d81721d 100644 --- a/def.go +++ b/def.go @@ -190,7 +190,7 @@ type ChatWarsMessageGoQuestAck struct { Duration time.Duration `json:"duration"` } -type ChatWarsMessagesQuestRes struct { +type ChatWarsMessagesQuestResult struct { Msg *ChatWarsMessage `json:"msg"` Gold int64 `json:"gold"` Exp int64 `json:"exp"`