mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
会员信息
This commit is contained in:
@@ -96,3 +96,20 @@ export function updatePlateNumber(data){
|
||||
})
|
||||
}
|
||||
|
||||
// 查询会员详情页 平台测试员状态
|
||||
export function selectPlatformTesterStatus(data){
|
||||
return request({
|
||||
url: '/member/info/selectPlatformTesterStatus',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 修改会员详情页 平台测试员状态
|
||||
export function updatePlatformTester(data){
|
||||
return request({
|
||||
url: '/member/info/updatePlatformTester',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user