运营商VIP

This commit is contained in:
2023-11-24 11:06:00 +08:00
parent 391023af90
commit 6de417c059
9 changed files with 146 additions and 17 deletions

View File

@@ -9,6 +9,15 @@ export function listInfo(data) {
})
}
// 查询运营商VIP列表
export function queryMerchantVipList(data) {
return request({
url: '/member/info/queryMerchantVipList',
method: 'post',
data: data
})
}
// 查询会员基础信息详细
export function getInfo(id) {
return request({