zhanghua
2023-04-14 e8a0f05f99f33fa05085536541da6bc27e66a644
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");
    }