完善会员开通信息

This commit is contained in:
唐明明
2022-06-11 16:14:36 +08:00
parent c48bbc4021
commit 80cadf6d49
10 changed files with 13981 additions and 13823 deletions

View File

@@ -29,8 +29,24 @@ const payInfo = (orderId) => {
})
}
// 会员开通协议
const agreement = () => {
return request({
url: 'cms/pages/1'
})
}
// 成长体系
const growth = () => {
return request({
url: 'cms/pages/2'
})
}
export {
vip,
vipPay,
payInfo
payInfo,
agreement,
growth
}