This commit is contained in:
shoopea 2019-09-14 16:30:43 +08:00
parent 8c27521eb3
commit 900edd5635

2
msg.go
View File

@ -43,7 +43,7 @@ func parseSubTypeMessageExchangeAck(m *ChatWarsMessage, r *regexp.Regexp) (*Chat
}
}
*/
cwm.DealList = items
cwm.DealList = deals
cwm.Msg = m
return &cwm, nil
}