6f68c475 by xiaojie

【数据资产】

1、上传文件到obs
1 parent f4b013be
......@@ -47,7 +47,7 @@ public interface DaopCommonFeign {
* @param file
* @return
*/
@RequestMapping(value = "/obs/upload-file",method = RequestMethod.POST, consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
@RequestMapping(value = "/obs/upload-file-for-import",method = RequestMethod.POST, consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
CommonRes uploadFile(@RequestPart MultipartFile file);
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!