初始化

master
Yueng 2024-08-11 10:28:26 +08:00
parent 9c86161c64
commit 3a7d85bb56
1 changed files with 1 additions and 1 deletions

View File

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