mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-08 11:21:27 +08:00
chore: 调整接口
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user