Commit 966e5804 by zhangxingmin

push

parent 06cbc20d
...@@ -27,7 +27,7 @@ public interface ApiOssFeignClient { ...@@ -27,7 +27,7 @@ public interface ApiOssFeignClient {
*/ */
@PostMapping(value = "/upload", consumes = MediaType.MULTIPART_FORM_DATA_VALUE) @PostMapping(value = "/upload", consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
Result<ApiUploadResponse> uploadFile(@RequestPart("file") MultipartFile file, Result<ApiUploadResponse> uploadFile(@RequestPart("file") MultipartFile file,
@RequestParam("projectBizId") String projectBizId); @RequestParam(value = "projectBizId", required = false) String projectBizId);
/** /**
* 上传文件 - body入参方式(新,推荐) * 上传文件 - body入参方式(新,推荐)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment