mg
2022-10-28 c22b5eb143260a98b9aab8fc3281ffa2a5ca2eed
ycl-common/src/main/java/com/ycl/controller/FileController.java
@@ -38,7 +38,7 @@
            return CommonResult.success(res, "ok");
        } catch (Exception e) {
            return CommonResult.failed("fail!");
            return CommonResult.failed("图片格式只能为jpg、jpeg、png,只修改文件的后缀无效!");
        }
    }