浏览代码

reset the swagger endpoint to http://swagger.pusher.i2erp.cn

huangrf 5 年之前
父节点
当前提交
dd7ea50b06
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/engineclient.go

+ 1 - 1
client/engineclient.go

@@ -181,7 +181,7 @@ func (c *EngineClient) Generate(xmlfile string) {
 }
 
 func (c *EngineClient) GenSwagger(xmlfile string){
-	server := "http://swagger.qianqiusoft.com"
+	server := "http://swagger.pusher.i2erp.cn"
 	server += "/api/v1/upload"
 
 	fmt.Println("===========================================================================>11")