0438240e by 冯轩

fix

1 parent 4e9f61a6
......@@ -185,7 +185,7 @@ class IWABaseView(LoggerMixin, GenericExceptionMixin, GenericAPIView):
return res.json().get('access_token', '')
def get_q_number(self, iwa_url_base, code, redirect_uri, client_id_base64):
access_token = self.get_token(iwa_url_base, code, redirect_uri, client_id_base64)
access_token = self.get_token(self, iwa_url_base, code, redirect_uri, client_id_base64)
headers = {
'Authorization': 'Bearer {0}'.format(access_token)
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!