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

@@ -125,7 +125,7 @@ func ManagementSendMsg(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{
"errCode": reply.ErrCode,
"errMsg": reply.ErrMsg,
"sendTime": "",
"sendTime": reply.SendTime,
"msgID": reply.ClientMsgID,
})