This commit is contained in:
shoopea 2019-10-11 09:51:03 +08:00
parent 3c2be4892b
commit 5faba3da4e

2
msg.go
View File

@ -237,6 +237,7 @@ func parseSubTypeMessageWithdrawRcv(m *ChatWarsMessage, r *regexp.Regexp) (*Chat
} }
} }
cwm.ItemList = items cwm.ItemList = items
cwm.Msg = m
return &cwm, nil return &cwm, nil
} }
@ -256,6 +257,7 @@ func parseSubTypeMessageGStockAnyAck(m *ChatWarsMessage, r *regexp.Regexp) (*Cha
} }
} }
cwm.ItemList = items cwm.ItemList = items
cwm.Msg = m
return &cwm, nil return &cwm, nil
} }