Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
backend_auto
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邓莹莹
backend_auto
Commits
effd5c63
Commit
effd5c63
authored
Jun 08, 2021
by
张伟男
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账号
parent
2e9d2f2f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
host.yaml
host.yaml
+1
-1
base_request.py
in_common/base_request.py
+1
-0
login_session_function.py
login_session_function.py
+2
-1
login_session_function.yaml
login_session_function.yaml
+10
-0
No files found.
host.yaml
View file @
effd5c63
develop_host
:
backend
:
http://backend.paas-develop.env
doctor
:
http://doctor.paas-develop.env
git
doctor
:
http://doctor.paas-develop.env
# backend: https://backend.igengmei.com
in_common/base_request.py
View file @
effd5c63
...
...
@@ -69,6 +69,7 @@ class BaseRequest:
# headers=user_headers,
data
=
req
.
get
(
'data'
),
json
=
req
.
get
(
'json'
),
# verify=False
# proxies={"http":"172.30.9.226:8888"}
)
...
...
login_session_function.py
View file @
effd5c63
...
...
@@ -31,7 +31,8 @@ class LoginFunction:
url
=
url
,
params
=
self
.
params
[
"backend_login"
][
"params"
],
data
=
self
.
params
[
"backend_login"
][
"data"
],
headers
=
{
'Connection'
:
'close'
}
headers
=
{
'Connection'
:
'close'
},
# verify=False
)
return
s
...
...
login_session_function.yaml
View file @
effd5c63
...
...
@@ -9,6 +9,16 @@ backend_login:
vfc_type
:
face_token
:
#backend_login:
# method: POST
# url: /api/accounts/login/password
# params:
# current_city_id: "beijing"
# data:
# phone: "+8618646292152"
# password: 111111
doctor_login
:
method
:
post
url
:
/api/web/account/login
...
...
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