change send message by ws and optimization
This commit is contained in:
@@ -87,7 +87,7 @@ func UserSendMsg(c *gin.Context) {
|
||||
"data": gin.H{
|
||||
"clientMsgID": reply.ClientMsgID,
|
||||
"serverMsgID": reply.ServerMsgID,
|
||||
"sendTime": reply.SendTime,
|
||||
"sendTime": 0,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user