【数据资产】
1、上传文件到obs
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -47,7 +47,7 @@ public interface DaopCommonFeign { | ... | @@ -47,7 +47,7 @@ public interface DaopCommonFeign { | 
| 47 | * @param file | 47 | * @param file | 
| 48 | * @return | 48 | * @return | 
| 49 | */ | 49 | */ | 
| 50 | @RequestMapping(value = "/obs/upload-file",method = RequestMethod.POST, consumes = MediaType.MULTIPART_FORM_DATA_VALUE) | 50 | @RequestMapping(value = "/obs/upload-file-for-import",method = RequestMethod.POST, consumes = MediaType.MULTIPART_FORM_DATA_VALUE) | 
| 51 | CommonRes uploadFile(@RequestPart MultipartFile file); | 51 | CommonRes uploadFile(@RequestPart MultipartFile file); | 
| 52 | 52 | ||
| 53 | } | 53 | } | ... | ... | 
- 
Please register or sign in to post a comment