河马支付
This commit is contained in:
@@ -59,6 +59,12 @@ const shopVipWeChat = (id) => {
|
||||
})
|
||||
}
|
||||
|
||||
// 河马付
|
||||
const vipHmPay = (orderId) => {
|
||||
return request({
|
||||
url: 'user/identities/pay/' + orderId + '/hema'
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
vip,
|
||||
@@ -67,5 +73,6 @@ export {
|
||||
agreement,
|
||||
shopVipInfo,
|
||||
shopVipCreate,
|
||||
shopVipWeChat
|
||||
shopVipWeChat,
|
||||
vipHmPay
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user