初始化

master
法外狂徒张三 2024-08-30 20:07:12 +08:00
parent 2a58a26971
commit fd23123a57
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
import request from '@/utils/request'
export function pay(data) {
export function pay(query) {
return request({
url: '/pay/alipay/pay',
method: 'post',
data: data
method: 'get',
params: query
})
}
// 查询接口列表