fix
This commit is contained in:
parent
49e5450839
commit
8dfa441e81
2
def.go
2
def.go
@ -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"`
|
||||||
|
Loading…
Reference in New Issue
Block a user