初始化
parent
9c86161c64
commit
3a7d85bb56
|
@ -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/findById/${orderCustomerId}`,
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue