This commit is contained in:
王思谦 2024-02-27 14:55:05 +08:00
parent b38d6e5318
commit a90b5deba9

View File

@ -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);