上传聊天消息

This commit is contained in:
liwei1dao 2022-09-22 14:58:23 +08:00
parent af5ef67b63
commit cace2487f9

View File

@ -45,6 +45,7 @@ func (this *apiComp) SendCross(session comm.IUserSession, req *pb.ChatSendCrossR
AppendInt: req.AppendInt, AppendInt: req.AppendInt,
AppendStr: req.AppendStr, AppendStr: req.AppendStr,
AppendBool: req.AppendBool, AppendBool: req.AppendBool,
AppendBytes: req.AppendBytes,
} }
// if max, err = this.module.configure.GetChannelRecordMax(); err != nil { // if max, err = this.module.configure.GetChannelRecordMax(); err != nil {
// code = pb.ErrorCode_ConfigNoFound // code = pb.ErrorCode_ConfigNoFound