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