初始化

master
法外狂徒张三 2024-08-30 19:56:16 +08:00
parent 59fc1b2033
commit fe95e72e2f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export function pay(data) {
return request({ return request({
url: '/pay/alipay/pay', url: '/pay/alipay/pay',
method: 'post', method: 'post',
params: data data: data
}) })
} }
// 查询接口列表 // 查询接口列表