This commit is contained in:
wenxu12345
2022-04-25 21:13:32 +08:00
parent bd7266653f
commit ab706f4076
3 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ func main() {
}
go apiThird.MinioInit()
ginPort := flag.Int("port", 10000, "get ginServerPort from cmd,default 10000 as port")
ginPort := flag.Int("port", 10002, "get ginServerPort from cmd,default 10000 as port")
flag.Parse()
fmt.Println("start api server, port: ", *ginPort)
err := r.Run(":" + strconv.Itoa(*ginPort))