edit
This commit is contained in:
@ -23,6 +23,11 @@ export class SystemService extends BaseService {
|
||||
$api_delete_staff = '/api/mdc/cuc/userApp/deleteAppUser';
|
||||
// 冻结或恢复员工
|
||||
$api_free_or_resume_staff = '/api/mdc/cuc/userApp/freezeOrResumeStaff';
|
||||
// 获取应用企业的管理员用户
|
||||
$api_get_app_admin_info = `/api/mdc/cuc/userApp/getAppEnterpriseAdmin`;
|
||||
// 运营管理后台转授超管角色
|
||||
$api_set_shift_admin = `/api/mdc/cuc/userAuthority/shiftAdmin`;
|
||||
|
||||
|
||||
// 分页获取应用角色列表
|
||||
$api_get_role_page = '/api/mdc/cuc/roleInfo/getAppRoleInfoList';
|
||||
|
||||
Reference in New Issue
Block a user