This commit is contained in:
wangchuxiao
2023-03-09 20:05:18 +08:00
parent 745c96349d
commit 549a0aceb0
4 changed files with 160 additions and 208 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ func NewGinRouter(zk discoveryregistry.SvcDiscoveryRegistry) *gin.Engine {
chatGroup.POST("/del_super_group_msg", m.DelSuperGroupMsg)
chatGroup.POST("/clear_msg", m.ClearMsg)
chatGroup.POST("/manage_send_msg", m.ManagementSendMsg)
chatGroup.POST("/send_msg", m.ManagementSendMsg)
chatGroup.POST("/batch_send_msg", m.ManagementBatchSendMsg)
chatGroup.POST("/check_msg_is_send_success", m.CheckMsgIsSendSuccess)
chatGroup.POST("/get_users_online_status", m.GetUsersOnlineStatus)