喻健
2018-12-05 81c5a6d83f8ff2007ee3ca7305dd3931b06af639
fanli/src/main/java/com/yeshi/fanli/controller/admin/UploadController.java
@@ -356,7 +356,7 @@
         String type = contentType.substring(contentType.indexOf("/") + 1);
         
         // 上传文件相对位置
         String fileUrl="/apk/admin" + UUID.randomUUID().toString().replace("-", "") + "." + type + ".apk";
         String fileUrl="/apk/admin/" + UUID.randomUUID().toString().replace("-", "") + "." + type + ".apk";
         
         String uploadFilePath = COSManager.getInstance().uploadFile(inputStream, fileUrl).getUrl();