完成项目管理模块的接口测试
This commit is contained in:
@@ -103,8 +103,7 @@ class FullAdminAuth(AuthValidation):
|
||||
telephone=telephone,
|
||||
password=password,
|
||||
v_return_none=True,
|
||||
v_options=options,
|
||||
is_staff=True
|
||||
v_options=options
|
||||
)
|
||||
result = await self.validate_user(request, user, db, is_all=False)
|
||||
permissions = self.get_user_permissions(user)
|
||||
|
Reference in New Issue
Block a user