【数据资产】
1、下载文件流
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -39,7 +39,7 @@ public interface DaopCommonFeign { | ... | @@ -39,7 +39,7 @@ public interface DaopCommonFeign { |
| 39 | * @param image | 39 | * @param image |
| 40 | * @return | 40 | * @return |
| 41 | */ | 41 | */ |
| 42 | @RequestMapping(value = "/obs/upload-image",method = RequestMethod.POST, produces = MediaType.MULTIPART_FORM_DATA_VALUE) | 42 | @RequestMapping(value = "/obs/upload-image",method = RequestMethod.POST, consumes = MediaType.MULTIPART_FORM_DATA_VALUE) |
| 43 | CommonRes uploadImage(@RequestPart MultipartFile image); | 43 | CommonRes uploadImage(@RequestPart MultipartFile image); |
| 44 | 44 | ||
| 45 | } | 45 | } | ... | ... |
-
Please register or sign in to post a comment