Commit ec267d7cdbdee169eed7f81bebb6938245088570

Authored by rui.zhang
1 parent 76f19afcdc

platform permission

add return pageinfo

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RolesController.java View file @ ec267d7
... ... @@ -292,7 +292,7 @@
292 292 }
293 293  
294 294 /**
295   - * 获取列表
  295 + * 获取用户角色列表
296 296 */
297 297 @RequestMapping(value = "/userRoles", method = RequestMethod.GET)
298 298 @ResponseBody
... ... @@ -327,7 +327,7 @@
327 327  
328 328  
329 329 /**
330   - * 获取列表
  330 + * 获取管理员角色列表
331 331 */
332 332 @RequestMapping(value = "/adminRoles", method = RequestMethod.GET)
333 333 @ResponseBody