洪城义警-正式版后台
zengh
2022-04-11 9c672cd0f2f139e838ab9ec2ef2b08246cce17ef
src/main/java/org/springblade/modules/depl/controller/DeplController.java
@@ -184,7 +184,7 @@
      response.setHeader("Access-Control-Allow-Methods", "POST, GET, OPTIONS, DELETE");
      response.setHeader("Access-Control-Allow-Credentials","true");
      //填写你文件上传的地址以及相应信息
      String url = "http://223.82.109.183:2081";
      String url = "http://61.131.136.25:2081";
      String access = "zhbaadmin";
      String secret = "zhbapassword";
      String bucket = "zhba";
@@ -215,7 +215,7 @@
            .headers(headers)
            .build());
      in.close();
      String urls = "http://223.82.109.183:2081/zhba/" + newName;
      String urls = "http://61.131.136.25:2081/zhba/" + newName;
      return R.data(urls);
   }