Administrator
2018-11-28 c5031af0b5d8743f4feafaf0641da592b2bbe571
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();