Explorar el Código

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

huangrf hace 5 años
padre
commit
dd7ea50b06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")