server/service/src/main/java/com/doumee/api/common/PublicController.java
@@ -144,7 +144,7 @@ || StringUtils.endsWith(key,".JPEG")){ type =0; } if (obs.uploadOnlineObject(file.getInputStream(),bucketName, key,uuid,null)) { if (obs.uploadOnlineObject(file.getInputStream(),bucketName, key,uuid,file.getSize(),null)) { // 移动成功,返回文件名 // sendSuccessMessage(response, resourcePath+key); context.put("success", true);