Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0438240e
authored
2025-08-05 14:39:17 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
4e9f61a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/common/mixins.py
src/common/mixins.py
View file @
0438240
...
...
@@ -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
)
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment