上传聊天消息新加字段
This commit is contained in:
parent
6824d0d3b2
commit
9807d74171
@ -39,6 +39,7 @@ func (this *apiComp) Send(session comm.IUserSession, req *pb.ChatSendReq) (code
|
|||||||
Uname: req.Uname,
|
Uname: req.Uname,
|
||||||
Avatar: req.Avatar,
|
Avatar: req.Avatar,
|
||||||
Stag: session.GetServiecTag(),
|
Stag: session.GetServiecTag(),
|
||||||
|
Ctype: req.Ctype,
|
||||||
Content: req.Content,
|
Content: req.Content,
|
||||||
Ctime: time.Now().Unix(),
|
Ctime: time.Now().Unix(),
|
||||||
AppendInt: req.AppendInt,
|
AppendInt: req.AppendInt,
|
||||||
|
@ -39,6 +39,7 @@ func (this *apiComp) SendCross(session comm.IUserSession, req *pb.ChatSendCrossR
|
|||||||
Uname: req.Uname,
|
Uname: req.Uname,
|
||||||
Avatar: req.Avatar,
|
Avatar: req.Avatar,
|
||||||
Stag: session.GetServiecTag(),
|
Stag: session.GetServiecTag(),
|
||||||
|
Ctype: req.Ctype,
|
||||||
Content: req.Content,
|
Content: req.Content,
|
||||||
Ctime: time.Now().Unix(),
|
Ctime: time.Now().Unix(),
|
||||||
AppendInt: req.AppendInt,
|
AppendInt: req.AppendInt,
|
||||||
|
Loading…
Reference in New Issue
Block a user