fix
Helius
2021-09-27 19db476476aaf00d614378e1346c32551239959c
fix
1 files modified
2 ■■■ changed files
src/main/java/cc/mrbird/febs/mall/controller/CommonController.java 2 ●●● 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("上传文件为空");
        }
        //文件加密