上传聊天成功返回

This commit is contained in:
liwei1dao 2022-08-18 09:52:18 +08:00
parent e3a3f3396b
commit 98f149b3ee

View File

@ -93,6 +93,6 @@ func (this *apiComp) Send(session comm.IUserSession, req *pb.ChatSendReq) (code
this.module.PushToUsers(userexpand.Chatchannel, msg)
break
}
session.SendMsg(string(this.module.GetType()), "send", &pb.ChatSendResp{})
session.SendMsg(string(this.module.GetType()), "send", &pb.ChatSendResp{Issucc: true})
return
}