Browse Source

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

huangrf 5 years ago
parent
commit
dd7ea50b06
1 changed files with 1 additions and 1 deletions
  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){
 func (c *EngineClient) GenSwagger(xmlfile string){
-	server := "http://swagger.qianqiusoft.com"
+	server := "http://swagger.pusher.i2erp.cn"
 	server += "/api/v1/upload"
 	server += "/api/v1/upload"
 
 
 	fmt.Println("===========================================================================>11")
 	fmt.Println("===========================================================================>11")