feat():增加支付接口和页面

master
86191 2024-08-09 10:08:47 +08:00
parent 99c95f1409
commit 30a28bf05f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export function update(data) {
//获取单条
export function get(orderCustomerId) {
return request({
url: '/pay/customer/'+orderCustomerId,
url: `/pay/customer/${orderCustomerId}`,
method: 'GET'
})
}