e553ed13 by 周伟奇

fix bug

1 parent daf56655
...@@ -107,8 +107,8 @@ class GenericView(LoggerMixin, GenericExceptionMixin, GenericAPIView): ...@@ -107,8 +107,8 @@ class GenericView(LoggerMixin, GenericExceptionMixin, GenericAPIView):
107 107
108 class IWABaseView: 108 class IWABaseView:
109 109
110 # def __init__(self): 110 permission_classes = ()
111 # self.iwa_url_base = 'https://auth-i.bmwgroup.net/auth/oauth2/intranetb2x/' 111 authentication_classes = ()
112 112
113 @staticmethod 113 @staticmethod
114 def get_token(iwa_url_base, code, redirect_uri, client_id_base64): 114 def get_token(iwa_url_base, code, redirect_uri, client_id_base64):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!