Pu Zhibing
6 天以前 ea34290f58ef05c9b6705ee7229de431c0a7d80d
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/service/RemoteFileService.java
@@ -38,4 +38,13 @@
     */
    @PostMapping("/file/getCodeUrl")
    public R<String> getAppOrderTotal(@RequestBody CodeGetDto codeGetDto);
    /**
     * 上传oss
     * @param file
     * @return
     */
    @PostMapping(value = "/uploadOSS", consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
    public R<String> uploadOSS(@RequestPart("file")MultipartFile file);
}