Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tour_business
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏强
tour_business
Commits
a839326f
Commit
a839326f
authored
Jan 29, 2021
by
魏强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试账号;
parent
3bc890f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Controller/AccountController.py
+2
-2
No files found.
Controller/AccountController.py
View file @
a839326f
...
...
@@ -327,8 +327,8 @@ def login():
login_type
=
json_data
[
'type'
]
if
'type'
in
json_data
else
1
# 1.验证码登录,2.密码登录
# test
if
phone
==
'18
896812809
'
and
code
==
'1234'
:
test_agent_info
=
AgentAccount
.
query
.
filter_by
(
id
=
1
)
.
first
()
if
phone
==
'18
068402080
'
and
code
==
'1234'
:
test_agent_info
=
AgentAccount
.
query
.
filter_by
(
id
=
4
)
.
first
()
g
.
user
=
test_agent_info
data
[
'token'
]
=
test_agent_info
.
access_token
data
[
'user_name'
]
=
test_agent_info
.
user_name
...
...
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