From 3c93c0bf63d72f343d866a6b6fe1e73ea95c36ec Mon Sep 17 00:00:00 2001 From: zzh <2441574824@qq.com> Date: Fri, 9 Aug 2024 11:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=A2=E6=88=B7=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/pay/customer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/pay/customer.js b/src/api/pay/customer.js index 562f2aa..4e95a86 100644 --- a/src/api/pay/customer.js +++ b/src/api/pay/customer.js @@ -55,6 +55,7 @@ export function enable(id){ url: `/pay/customer/enable/${id}`, }) } + //通过id禁用客户 export function disable(id){ return request({