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

2
def.go
View File

@ -190,7 +190,7 @@ type ChatWarsMessageGoQuestAck struct {
Duration time.Duration `json:"duration"` Duration time.Duration `json:"duration"`
} }
type ChatWarsMessagesQuestResult struct { type ChatWarsMessageQuestResult 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"`