We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
获取已有关联角色 get /api/userRole/getUserRoleList?page=&size=''
get /api/userRole/getUserRoleList?page=&size=''
设置关联角色 post /api/userRole/createUserRole `
post /api/userRole/createUserRole
body = { remark:描述 userId:用户id roleId:角色id }
` 删除关联角色
get /api/userRole/deletUserRole?id=
更新关联角色
post /api/userRole/updateUserRole {id,...body}
post /api/userRole/updateUserRole
{id,...body}