remove invalid token

This commit is contained in:
Gordon
2021-12-28 10:59:01 +08:00
parent 30024c9814
commit 292a8620e0
3 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func newUserSendMsgReq(token string, params *paramsUserSendMsg) *pbChat.SendMsgR
GroupID: params.Data.GroupID,
ClientMsgID: params.Data.ClientMsgID,
SenderPlatformID: params.SenderPlatformID,
SenderNickName: params.SenderNickName,
SenderNickname: params.SenderNickName,
SenderFaceURL: params.SenderFaceURL,
SessionType: params.Data.SessionType,
MsgFrom: params.Data.MsgFrom,