初始化

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' import request from '@/utils/request'
export function pay(data) { export function pay(query) {
return request({ return request({
url: '/pay/alipay/pay', url: '/pay/alipay/pay',
method: 'post', method: 'get',
data: data params: query
}) })
} }
// 查询接口列表 // 查询接口列表