79439541 by xiaojie

【数据资产】

1、下载文件流
1 parent 87b0a9b8
......@@ -39,7 +39,7 @@ public interface DaopCommonFeign {
* @param image
* @return
*/
@RequestMapping(value = "/obs/upload-image",method = RequestMethod.POST, produces = MediaType.MULTIPART_FORM_DATA_VALUE)
@RequestMapping(value = "/obs/upload-image",method = RequestMethod.POST, consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
CommonRes uploadImage(@RequestPart MultipartFile image);
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!