zhanghua
2023-09-11 06bbe2b33d8f147a5c5b024f3c0e507b547e794b
ycl-common/src/main/java/com/ycl/controller/FileController.java
@@ -61,6 +61,7 @@
    @PostMapping("/medias")
    public CommonResult<String> uploadImages(MultipartFile file) {
        String url = ossService.uploadImages(file);
        // String url = "https://xshcs.com/img/ercode.7a421889.png?v=1";
        return CommonResult.success(url, "ok");
    }