chore: 调整接口

This commit is contained in:
dap
2025-01-10 10:59:02 +08:00
parent eb7b7c33d2
commit 170b9baca6
2 changed files with 6 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ export function clientUpdate(data: any) {
}
export function clientChangeStatus(data: any) {
return requestClient.putWithMsg<void>(Api.root, data);
return requestClient.putWithMsg<void>(Api.clientChangeStatus, data);
}
export function clientRemove(ids: IDS) {