protocol modify

This commit is contained in:
Gordon
2022-01-20 11:53:57 +08:00
parent ff779fcc7c
commit e4f87b53b4
2 changed files with 6 additions and 72 deletions
-1
View File
@@ -81,7 +81,6 @@ func main() {
chatGroup := r.Group("/msg")
{
chatGroup.POST("/newest_seq", apiChat.GetSeq)
chatGroup.POST("/pull_msg", apiChat.PullMsg)
chatGroup.POST("/send_msg", apiChat.SendMsg)
chatGroup.POST("/pull_msg_by_seq", apiChat.PullMsgBySeqList)
}