6 天以前 b7eb1da8220f5b72f6891c3c6471ca386604cce4
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(',') },
  });
}
/** 分配公海给对应负责人 */