mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 12:05:58 +08:00
change send message by ws and optimization
This commit is contained in:
@@ -125,7 +125,7 @@ func ManagementSendMsg(c *gin.Context) {
|
||||
c.JSON(http.StatusOK, gin.H{
|
||||
"errCode": reply.ErrCode,
|
||||
"errMsg": reply.ErrMsg,
|
||||
"sendTime": reply.SendTime,
|
||||
"sendTime": "",
|
||||
"msgID": reply.ClientMsgID,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user