We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一个接口查询用户信息 ,如 /api/user?userId=xxx 有两个角色,一个是管理员,一个是代理,他们都有这个接口的权限。 管理员可以查询所有用户,代理只能查询他的下级。 如何防止代理传参userId不属于他自己下属的userId查询其他人信息?
The text was updated successfully, but these errors were encountered:
角色管理中有:数据权限 的配置呢
Sorry, something went wrong.
Merge pull request #58 from bufanyun/v2.0
ce4629e
up
No branches or pull requests
一个接口查询用户信息 ,如 /api/user?userId=xxx
有两个角色,一个是管理员,一个是代理,他们都有这个接口的权限。
管理员可以查询所有用户,代理只能查询他的下级。
如何防止代理传参userId不属于他自己下属的userId查询其他人信息?
The text was updated successfully, but these errors were encountered: