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' }) }