fix: remove duplicate @api_view decorator on policies_overview_view
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4b8181b96a
commit
fab4765e90
@ -694,7 +694,6 @@ def iam_user_enable_view(request, pk):
|
||||
status=status.HTTP_502_BAD_GATEWAY)
|
||||
|
||||
|
||||
@api_view(['GET'])
|
||||
@api_view(['GET'])
|
||||
def iam_user_policies_overview_view(request, pk):
|
||||
"""查看子账号的完整权限总览(全局 + 各项目)"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user