79439541 by xiaojie

【数据资产】

1、下载文件流
1 parent 87b0a9b8
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!