上传聊天消息新加字段

This commit is contained in:
liwei1dao 2022-09-22 14:08:33 +08:00
parent 6824d0d3b2
commit 9807d74171
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ func (this *apiComp) Send(session comm.IUserSession, req *pb.ChatSendReq) (code
Uname: req.Uname,
Avatar: req.Avatar,
Stag: session.GetServiecTag(),
Ctype: req.Ctype,
Content: req.Content,
Ctime: time.Now().Unix(),
AppendInt: req.AppendInt,

View File

@ -39,6 +39,7 @@ func (this *apiComp) SendCross(session comm.IUserSession, req *pb.ChatSendCrossR
Uname: req.Uname,
Avatar: req.Avatar,
Stag: session.GetServiecTag(),
Ctype: req.Ctype,
Content: req.Content,
Ctime: time.Now().Unix(),
AppendInt: req.AppendInt,