04c50d1f by 周伟奇

Merge branch 'feature/slice1' into feature/0611

2 parents b661123a 4a0812ea
......@@ -903,10 +903,10 @@ class DocView(GenericView, DocHandler):
class CompareResultView(GenericView):
# permission_classes = []
# authentication_classes = []
permission_classes = [IsAuthenticated]
authentication_classes = [OAuth2AuthenticationWithUser]
permission_classes = []
authentication_classes = []
# permission_classes = [IsAuthenticated]
# authentication_classes = [OAuth2AuthenticationWithUser]
# 获取比对结果
@use_args(compare_result_args, location='querystring')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!