CRM:transfer

This commit is contained in:
puhui999
2024-02-03 22:17:45 +08:00
parent 6d0e242387
commit fe91c5ec5c
5 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ export interface TransferReqVO {
// 客户转移
export const transferCustomer = async (data: TransferReqVO) => {
return await request.put({ url: '/crm/customer/transfer-customer', data })
return await request.put({ url: '/crm/customer/transfer', data })
}
// 锁定/解锁客户