mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
运营商VIP
This commit is contained in:
@@ -60,6 +60,15 @@ export function delInfo(id) {
|
||||
})
|
||||
}
|
||||
|
||||
// 开卡
|
||||
export function createMerchantVip(data) {
|
||||
return request({
|
||||
url: '/member/info/createMerchantVip',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 修改会员基础信息
|
||||
export function updateMemberBalance(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user