Explorar o código

fix: "http://gen.qianqiusoft.com

2637309949@qq.com %!s(int64=5) %!d(string=hai) anos
pai
achega
f52ea3ec56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      engine/apiengine.go

+ 1 - 1
engine/apiengine.go

@@ -128,7 +128,7 @@ func (g *ApiEngine) Run() {
 		engine_path := env.Get("GOPATH", "") + "/src/git.qianqiusoft.com/qianqiusoft/light-apiengine/"
 		_, err := os.Stat(engine_path + "/light-apiengine.xml")
 		if err == nil {
-			gen_clinet := client.NewEngineClient("light-apiengine", "http://ccbeetech.com:6166")
+			gen_clinet := client.NewEngineClient("light-apiengine", "http://gen.qianqiusoft.com")
 			gen_clinet.GenerateToPath(engine_path+"/light-apiengine.xml", engine_path)
 		} else {
 			logs.Error("light-engine.xml文件不存在")