This commit is contained in:
shoopea 2019-05-30 16:38:25 +08:00
parent 59f8d1aab6
commit 75772842d7

2
def.go
View File

@ -78,7 +78,7 @@ type ChatWarsMessageMeAck struct {
State string `json:"state"`
}
type parseSubTypeMessageGRolesAck struct {
type ChatWarsMessageGRolesAck struct {
Msg *ChatWarsMessage `json:"msg"`
BartenderID64 int64 `json:"bartender"`
CommanderID64 int64 `json:"commander"`