This commit is contained in:
wenxu12345
2022-04-05 20:06:08 +08:00
parent 40d58f6bc2
commit aa673a3a5c
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -135,8 +135,7 @@ func main() {
officeGroup.POST("/send_msg_to_tag", office.SendMsg2Tag)
officeGroup.POST("/get_send_tag_log", office.GetTagSendLogs)
}
apiThird.MinioInit()
log.Info("", "MinioInit fin")
go apiThird.MinioInit()
ginPort := flag.Int("port", 10000, "get ginServerPort from cmd,default 10000 as port")
flag.Parse()
r.Run(":" + strconv.Itoa(*ginPort))