第一次提交
This commit is contained in:
13
api/pay.js
Normal file
13
api/pay.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import request from '@/utils/request'
|
||||
const service_name = "oil-pay"
|
||||
|
||||
export default {
|
||||
// 微信下单 支付
|
||||
aggregatePay(data) {
|
||||
return request({
|
||||
url: `/${service_name}/yiBaoPay/wxPay`,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user