mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 10:00:11 +08:00
运营商VIP
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user