@@ -0,0 +1 @@
+package http
+package model
+package routers
+package service
@@ -128,3 +128,5 @@ AppId = "20231130092950726-0302-70452E3D6"
ClientId = "fTBm64I4k3kqHYtoFTUpvirCDxxCfx7I"
ClientSecret = "t4Kn8LIUiYZnk92kvZLnCUzY5ruvG3PeaQBMJURGLIQQ5ie7bO1nxernJrDacmpf"
Url = "https://id.xiandaimuye.com"
+##单点登录 1 正常登录 0
+IsDaaS = 0
@@ -37,8 +37,8 @@ import (
// @BasePath /
func main() {
var path string
- //path = "./"
- path = "D:/catering/eam-go/cmd/"
+ path = "./"
+ //path = "D:/catering/eam-go/cmd/"
flag.Parse()
setting.Setup(path)
dao.Setup()