Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
tamp_course_order
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
tamp_course_order
Commits
93e9ff45
Commit
93e9ff45
authored
Nov 30, 2020
by
pengxiong@wealthgrow.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
token鉴权3
parent
8f5f073e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
errorhandler.py
app/controller/errorhandler.py
+1
-1
No files found.
app/controller/errorhandler.py
View file @
93e9ff45
...
...
@@ -80,7 +80,7 @@ def add_errorhandler(app):
if
not
user_id
:
logging
.
error
(
'token鉴权失败'
,
token
)
raise
CustomFlaskErr
(
Errors
.
TOKEN_INVALID
)
request
.
user_id
=
user_id
request
.
user_id
=
user_id
.
decode
()
request
.
return_success
=
{
'statusCode'
:
"0000"
,
'message'
:
'ok'
}
@
app
.
after_request
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment