fix bugs
This commit is contained in:
parent
b38d6e5318
commit
a90b5deba9
@ -29,7 +29,7 @@ public interface WebFileServiceApi {
|
||||
* @param file MultipartFile
|
||||
* @return WebFileUploadVo
|
||||
*/
|
||||
@PostMapping(value = "/v1/file2", consumes = MULTIPART_FORM_DATA_VALUE)
|
||||
@PostMapping(value = "/webApi/v1/file2", consumes = MULTIPART_FORM_DATA_VALUE)
|
||||
CommonResponse<WebFileUploadVo> uploadObs(@Valid @RequestParam("appCode") String appCode,
|
||||
@Valid @RequestParam("bizScene") String bizScene,
|
||||
@Valid @RequestPart MultipartFile file);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user