message add ex field to return

This commit is contained in:
Gordon
2023-04-04 15:55:57 +08:00
parent baece7eb3a
commit 7aefb7fa2b
8 changed files with 644 additions and 624 deletions
+1
View File
@@ -269,6 +269,7 @@ func (ws *WServer) sendMsgResp(conn *UserConn, m *Req, pb *pbChat.SendMsgResp) {
mReplyData.ClientMsgID = pb.GetClientMsgID()
mReplyData.ServerMsgID = pb.GetServerMsgID()
mReplyData.SendTime = pb.GetSendTime()
mReplyData.Ex = pb.GetEx()
b, _ := proto.Marshal(&mReplyData)
mReply := Resp{
ReqIdentifier: m.ReqIdentifier,