From 470c5076a3dcd1a57706433d6ae5a63f48fc74ec Mon Sep 17 00:00:00 2001 From: dhb52 Date: Tue, 5 Mar 2024 23:16:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=88=E5=90=8C=E6=91=98=E8=A6=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF(=E5=AE=A2=E6=88=B7=E8=BD=AC=E5=8C=96?= =?UTF-8?q?=E7=8E=87=E9=A1=B5=E9=9D=A2)=20api=20=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/crm/statistics/customer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/crm/statistics/customer.ts b/src/api/crm/statistics/customer.ts index 2c801bb6..4358db77 100644 --- a/src/api/crm/statistics/customer.ts +++ b/src/api/crm/statistics/customer.ts @@ -95,7 +95,7 @@ export const StatisticsCustomerApi = { // 4.1 合同摘要信息(客户转化率页面) getContractSummary: (params: any) => { return request.get({ - url: '/crm/statistics-customer/get-followup-summary-by-type', + url: '/crm/statistics-customer/get-contract-summary', params }) },