2026-08-06 db152182da61f2e040ceb7506e5e5e5e201091e6
src/api/crm/customer/index.ts
@@ -110,7 +110,9 @@
/** 领取公海客户 */
export function receiveCustomer(ids: number[]) {
  return requestClient.put('/crm/customer/receive', { ids: ids.join(',') });
  return requestClient.put('/crm/customer/receive', null, {
    params: { ids: ids.join(',') },
  });
}
/** 分配公海给对应负责人 */