|
|
@@ -63,7 +63,7 @@ public interface SmartAuthorGroupControllerAPI {
|
|
|
|
|
|
@RequestMapping(value = "/queryUserAuthor")
|
|
|
@ApiOperation(value = "查看用户个人权限", notes = "编辑权限组数据", httpMethod = "POST")
|
|
|
- public CommonResult queryUserAuthor(@RequestParam String userId);
|
|
|
+ public CommonResult queryUserAuthor(@RequestParam String userId,@RequestParam String userHead);
|
|
|
|
|
|
@RequestMapping(value = "/querySmartAuthorGroup")
|
|
|
@ApiOperation(value = "权限组分页数据", notes = "权限组分页数据", httpMethod = "GET")
|