CRM:transfer

(cherry picked from commit fe91c5ec5c)
This commit is contained in:
puhui999
2024-02-03 22:17:45 +08:00
committed by shizhong
parent 1cbc8a29da
commit d4eb24798b
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 })
}
// 锁定/解锁客户