callback add seq

This commit is contained in:
Gordon
2022-08-08 17:42:06 +08:00
parent de752c69f4
commit ffc4da1589
3 changed files with 2 additions and 5 deletions
+1
View File
@@ -28,6 +28,7 @@ func copyCallbackCommonReqStruct(msg *pbChat.SendMsgReq) cbApi.CommonCallbackReq
AtUserIDList: msg.MsgData.AtUserIDList,
SenderFaceURL: msg.MsgData.SenderFaceURL,
Content: callback.GetContent(msg.MsgData),
Seq: msg.MsgData.Seq,
}
return req
}