ソースを参照

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")