增加客户维护

master
zzh 2024-08-09 11:39:21 +08:00
parent 1ead58043e
commit 3c93c0bf63
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ export function enable(id){
url: `/pay/customer/enable/${id}`,
})
}
//通过id禁用客户
export function disable(id){
return request({