This commit is contained in:
wangchuxiao
2022-03-17 12:48:54 +08:00
parent fbafcd0cbc
commit f02fb7ba15
5 changed files with 15 additions and 44 deletions
-1
View File
@@ -85,7 +85,6 @@ func main() {
chatGroup.POST("/newest_seq", apiChat.GetSeq)
chatGroup.POST("/send_msg", apiChat.SendMsg)
chatGroup.POST("/pull_msg_by_seq", apiChat.PullMsgBySeqList)
//chatGroup.POST("/del_msg", apiChat)
}
//Manager
managementGroup := r.Group("/manager")