g7加油逻辑

This commit is contained in:
骆超
2023-04-03 16:28:17 +08:00
parent 35a1d3c45c
commit 1ac4d50569
5 changed files with 104 additions and 10 deletions

View File

@@ -52,6 +52,14 @@ export default{
data: data
})
},
// G7下单接口
G7Pay(data) {
return request({
url: `/${service_name}/g7/qrCodePay`,
method: 'post',
data: data
})
},
// 则一下单接口
zeyiPay(data) {
return request({