diff --git a/src/api/pay/customer.js b/src/api/pay/customer.js index d973a4f..588c1aa 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/${orderCustomerId}`, method: 'GET' }) }