send message modify and ws add binary pt

This commit is contained in:
Gordon
2021-10-25 10:00:52 +08:00
parent 6ab6a49e15
commit 8ac9090171
3 changed files with 8 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ func UserSendMsg(c *gin.Context) {
"data": gin.H{
"clientMsgID": reply.ClientMsgID,
"serverMsgID": reply.ServerMsgID,
"sendTime": 0,
"sendTime": reply.SendTime,
},
})