Selaa lähdekoodia

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

huangrf 5 vuotta sitten
vanhempi
commit
dd7ea50b06
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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")