This commit is contained in:
wangchuxiao
2022-03-16 20:37:37 +08:00
parent 17fad47ca1
commit 8fef1f975a
9 changed files with 47 additions and 407 deletions
+1
View File
@@ -85,6 +85,7 @@ 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")