|
|
@@ -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文件不存在")
|