上传聊天消息
This commit is contained in:
parent
af5ef67b63
commit
cace2487f9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user