Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JiangTengfei
2015-05-18 17:47:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1cadb3df647e425c4016fa00a9d4a68b0ba0b21
f1cadb3d
1 parent
47f289a4
Created 修改密码接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
修改密码接口.md
修改密码接口.md
0 → 100644
View file @
f1cadb3
1
+
####接口地址:
2
+
/user/changePassword
3
+
4
+
####POST参数:
5
+
| 参数名 | 说明 | 是否必须 |
6
+
|---------|-----------|
7
+
|password | 旧密码,用于验证 | 是 |
8
+
|newPassword | 新密码,修改 | 是 |
9
+
10
+
####返回值:
11
+
错误则返回{"error":"密码不正确"}
12
+
正确则返回用户当前id和username的json
Please
register
or
login
to post a comment