This commit is contained in:
wangchuxiao
2022-03-17 19:00:05 +08:00
parent 984bc37e29
commit 366f7621fa
7 changed files with 113 additions and 4 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.DelMsg)
}
//Manager
managementGroup := r.Group("/manager")