改配置名字

This commit is contained in:
eson
2023-06-19 10:33:51 +08:00
parent 33c7d27b3b
commit 19d325fb77
7 changed files with 14 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ import (
"fusenapi/server/home-user-auth/internal/config"
"fusenapi/server/home-user-auth/internal/handler"
"fusenapi/server/home-user-auth/internal/svc"
"log"
"testing"
"github.com/474420502/requests"
@@ -17,6 +18,7 @@ var cnf config.Config
var gserver *rest.Server
func init() {
log.SetFlags(log.Llongfile)
gserver = GetTestServer()
}