河马支付
This commit is contained in:
@@ -55,7 +55,28 @@ const collagePAY = (orderNo,password) => {
|
||||
})
|
||||
}
|
||||
|
||||
// 河马支付
|
||||
const hmPay = (orderID) => {
|
||||
return request({
|
||||
url : 'user/transaction/recharge/payment/hema',
|
||||
data : {
|
||||
order_id: orderID
|
||||
},
|
||||
method : 'POST'
|
||||
})
|
||||
}
|
||||
|
||||
// 河马付支付结果查询
|
||||
const hmState = (type, id) => {
|
||||
return request({
|
||||
url : 'hema/affirm',
|
||||
method : 'POST',
|
||||
data : {
|
||||
type,
|
||||
id
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
wxPAY,
|
||||
@@ -63,4 +84,6 @@ export {
|
||||
dtPAY,
|
||||
payIndex,
|
||||
collagePAY,
|
||||
hmPay,
|
||||
hmState
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user