init
This commit is contained in:
@@ -17,6 +17,14 @@ export function resetUserPassword(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function userForbid(data) {
|
||||
return request({
|
||||
url: '/cai/user/userForbid',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export function resetUserMobile(data) {
|
||||
return request({
|
||||
url: '/cai/user/updateMobile',
|
||||
|
||||
@@ -9,6 +9,14 @@ export function listUserForbid(query) {
|
||||
})
|
||||
}
|
||||
|
||||
export function unForbid(id) {
|
||||
return request({
|
||||
url: '/cai/userForbid/un/forbid',
|
||||
method: 'get',
|
||||
params:{id}
|
||||
})
|
||||
}
|
||||
|
||||
// 查询封号列表详细
|
||||
export function getUserForbid(id) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user