src/main/java/cc/mrbird/febs/mall/controller/CommonController.java | ●●●●● patch | view | raw | blame | history |
src/main/java/cc/mrbird/febs/mall/controller/CommonController.java
@@ -82,7 +82,7 @@ @ControllerEndpoint(operation = "图片上传", exceptionMessage = "上传失败") public Map<String,Object> uploadFileBase64(@RequestBody @Validated MultipartFile file) { if (file == null || file.isEmpty()) { new FebsResponse().message("上传文件为空"); return new FebsResponse().message("上传文件为空"); } //文件加密