初始化

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

View File

@ -4,7 +4,7 @@ import request from '@/utils/request'
export function pay(data) {
return request({
url: '/pay/alipay/pay',
method: 'poat',
method: 'post',
params: data
})
}