批量处理协议

This commit is contained in:
2022-06-11 17:01:04 +08:00
parent 942bec6263
commit b8c986c0d8
7 changed files with 796 additions and 770 deletions

View File

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