From 3a7d85bb5691d099d285cea9f9f7ef9276f9b275 Mon Sep 17 00:00:00 2001 From: Yueng <14617246+YuengMeYuuer@user.noreply.gitee.com> Date: Sun, 11 Aug 2024 10:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/pay/customer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/pay/customer.js b/src/api/pay/customer.js index 4fc4c02..2db9cbb 100644 --- a/src/api/pay/customer.js +++ b/src/api/pay/customer.js @@ -37,7 +37,7 @@ export function update(data) { //获取单条 export function get(orderCustomerId) { return request({ - url: `/pay/customer/${orderCustomerId}`, + url: `/pay/customer/findById/${orderCustomerId}`, method: 'GET' }) }