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
53ab385a
Commit
53ab385a
authored
Aug 18, 2021
by
edz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加case
parent
daa30090
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
user_request.py
all_backend_api/user_request.py
+0
-9
user_request.yaml
all_backend_api/user_request.yaml
+0
-14
No files found.
all_backend_api/user_request.py
View file @
53ab385a
...
...
@@ -157,15 +157,6 @@ class user_request(BaseRequest):
return
self
.
api_send
(
self
.
data
[
"change_pwd"
])
#修改密码
def
change_pwd1
(
self
,
version
,
change_type
,
password
,
new_password
,
repeat_password
):
self
.
params
[
"version"
]
=
version
self
.
params
[
"change_type"
]
=
change_type
self
.
params
[
"password"
]
=
password
self
.
params
[
"new_password"
]
=
new_password
self
.
params
[
"repeat_password"
]
=
repeat_password
return
self
.
api_send
(
self
.
data
[
"change_pwd1"
])
...
...
all_backend_api/user_request.yaml
View file @
53ab385a
...
...
@@ -223,17 +223,3 @@ change_pwd:
repeat_password
:
${repeat_password}
json
:
{}
isLogin
:
1
#修改密码
change_pwd1
:
method
:
post
url
:
/api/user/change_pwd
params
:
version
:
${version}
data
:
password
:
${password}
change_type
:
${change_type}
new_password
:
${new_password}
repeat_password
:
${repeat_password}
json
:
{}
isLogin
:
1
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