河马支付

This commit is contained in:
唐明明
2022-09-23 17:02:55 +08:00
parent 872a125fc1
commit 9002c868c4
19 changed files with 1429 additions and 585 deletions

View File

@@ -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
}