We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee364eb commit e322882Copy full SHA for e322882
1 file changed
app/api/cms/user.py
@@ -38,7 +38,6 @@
38
LoginSchema,
39
LoginTokenSchema,
40
UserBaseInfoSchema,
41
- UserPermissionSchema,
42
UserRegisterSchema,
43
UserSchema,
44
)
@@ -215,7 +214,7 @@ def refresh():
215
214
@api.validate(
216
tags=["用户"],
217
security=[AuthorizationBearerSecurity],
218
- resp=DocResponse(r=UserPermissionSchema),
+ # resp=DocResponse(r=UserPermissionSchema), # 当前数据接口无法使用OpenAPI表示
219
220
def get_allowed_apis():
221
"""
0 commit comments