feat:(REQ-3540) 更新文件信息更改path

This commit is contained in:
xudawei 2025-03-18 14:09:04 +08:00
parent 8407627e17
commit 54d8ffb985

View File

@ -152,7 +152,7 @@ public interface ServerFileServiceApi {
/**
* 更新文件信息
*/
@RequestMapping(value = "/api/server/batchCopyObject", method = RequestMethod.POST)
@RequestMapping(value = "/api/server/updateFileInfo", method = RequestMethod.POST)
CommonResponse<UpdateFileInfoResponse> updateFileInfo(@Valid @RequestBody UpdateFileInfoRequest request);
/**