Clear personal chat history

This commit is contained in:
wenxu12345
2022-05-31 19:16:29 +08:00
parent 4c305b7cc0
commit 2b4df5be16
9 changed files with 328 additions and 46 deletions
+1
View File
@@ -119,6 +119,7 @@ func main() {
chatGroup.POST("/send_msg", apiChat.SendMsg)
chatGroup.POST("/pull_msg_by_seq", apiChat.PullMsgBySeqList)
chatGroup.POST("/del_msg", apiChat.DelMsg)
chatGroup.POST("/clean_up_msg", apiChat.ClearMsg)
}
//Manager
managementGroup := r.Group("/manager")