rpc protocol update

This commit is contained in:
Gordon
2021-12-08 18:17:57 +08:00
parent c6ade8d9bc
commit 822f689c48
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ func (ws *WServer) sendMsgReq(conn *UserConn, m *Req, sendTime int64) {
SenderNickName: data.SenderNickName,
SenderFaceURL: data.SenderFaceURL,
Content: data.Content,
Options: utils.MapIntToJsonString(data.Options),
Options: data.Options,
ClientMsgID: data.ClientMsgID,
SendTime: sendTime,
}