xiaoyong931011
2021-09-27 91fdad0b04c69c2c849f25a6bcd8f6d8ca4cdcb8
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("上传文件为空");
        }
        //文件加密