Merge branch 'feature/slice1' into feature/0611
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -903,10 +903,10 @@ class DocView(GenericView, DocHandler): | ... | @@ -903,10 +903,10 @@ class DocView(GenericView, DocHandler): |
903 | 903 | ||
904 | 904 | ||
905 | class CompareResultView(GenericView): | 905 | class CompareResultView(GenericView): |
906 | # permission_classes = [] | 906 | permission_classes = [] |
907 | # authentication_classes = [] | 907 | authentication_classes = [] |
908 | permission_classes = [IsAuthenticated] | 908 | # permission_classes = [IsAuthenticated] |
909 | authentication_classes = [OAuth2AuthenticationWithUser] | 909 | # authentication_classes = [OAuth2AuthenticationWithUser] |
910 | 910 | ||
911 | # 获取比对结果 | 911 | # 获取比对结果 |
912 | @use_args(compare_result_args, location='querystring') | 912 | @use_args(compare_result_args, location='querystring') | ... | ... |
-
Please register or sign in to post a comment