zhanghua
2023-08-15 54af4825ef5a74f16754297b1fccef49472b860e
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");
    }