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
异常描述 调用list_departments接口的时候,指定返回full_name字段会返回异常
重现方法
期望行为 可以正常指定full_name进行返回
版本 用户管理最新版仍存在该问题
额外信息 这里导致这个问题的原因:
bk-user/src/api/bkuser_core/apis/v2/viewset.py
Line 70 in be15183
The text was updated successfully, but these errors were encountered:
AdvancedListAPIView 是所有/api/v2共用的, 目前的原则是能不动就不动(复杂度过高, 变更风险比较大)
/api/v2
Sorry, something went wrong.
wklken
nannan00
No branches or pull requests
异常描述
调用list_departments接口的时候,指定返回full_name字段会返回异常
重现方法
=》这种结果让接口调用者特别疑惑
期望行为
可以正常指定full_name进行返回
版本
用户管理最新版仍存在该问题
额外信息
这里导致这个问题的原因:
bk-user/src/api/bkuser_core/apis/v2/viewset.py
Line 70 in be15183
The text was updated successfully, but these errors were encountered: