This commit is contained in:
2022-06-11 16:30:00 +08:00
19 changed files with 870 additions and 425 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
}