feat():增加支付接口和页面
parent
99c95f1409
commit
30a28bf05f
|
@ -37,7 +37,7 @@ export function update(data) {
|
||||||
//获取单条
|
//获取单条
|
||||||
export function get(orderCustomerId) {
|
export function get(orderCustomerId) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pay/customer/'+orderCustomerId,
|
url: `/pay/customer/${orderCustomerId}`,
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue