查询用户相关信息
parent
643e800e63
commit
651faaa425
|
@ -7,6 +7,10 @@ public enum YkInfo {
|
|||
getAppList("/system/sysapp/getAppList"),
|
||||
//获取运维工单接口
|
||||
getTaskList("/activiti/rwMainTask/getTaskList"),
|
||||
//用户授权应用接口
|
||||
getUserAppList("/system/sysapp/getRoleOrUserHaveAppList"),
|
||||
//获取用户角色信息
|
||||
getUserRoles("/system/user/queryUserRoles"),
|
||||
|
||||
getTaskByUser("/system/task/countTaskByUser");
|
||||
|
||||
|
|
Loading…
Reference in New Issue