[.区块链z证书展示格式等冲突处理]
This commit is contained in:
@@ -24,7 +24,24 @@ const eb = (no) => {
|
||||
})
|
||||
}
|
||||
|
||||
// 微信支付
|
||||
const wxPay = (data) => {
|
||||
return request({
|
||||
url: 'mall/pay/' + data.order_no + '/wechat',
|
||||
data: data,
|
||||
method:'get'
|
||||
})
|
||||
}
|
||||
|
||||
// EB支付
|
||||
const ebPay = (data) => {
|
||||
return request({
|
||||
url: 'mall/pay/' + data.order_no + '/eb'
|
||||
})
|
||||
}
|
||||
export {
|
||||
buy,
|
||||
eb
|
||||
eb,
|
||||
wxPay,
|
||||
ebPay
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user