Roc 6 giorni fa
parent
commit
bd18a2a654
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -24,7 +24,7 @@ func main() {
 		web.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
 	}
 	// 服务名称
-	web.BConfig.ServerName = utils.APPNAME
+	web.BConfig.ServerName = `server`
 
 	go services.Task()