feat:(REQ-3540) 更新文件信息更改path
This commit is contained in:
parent
8407627e17
commit
54d8ffb985
@ -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);
|
CommonResponse<UpdateFileInfoResponse> updateFileInfo(@Valid @RequestBody UpdateFileInfoRequest request);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user