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:49:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
32810f00cfd22f96414285ffa284341aec86349f
32810f00
1 parent
f1cadb3d
Updated 修改密码接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
修改密码接口.md
修改密码接口.md
View file @
32810f0
...
...
@@ -2,11 +2,11 @@
/user/changePassword
####POST参数:
| 参数名
| 说明
| 是否必须 |
|---------
|--
---------|
|password
| 旧密码,用于验证 |
是 |
|newPassword
| 新密码,修改 |
是 |
| 参数名
| 说明
| 是否必须 |
|---------
----------|----------------|
---------|
|password
| 旧密码,用于验证 |
是 |
|newPassword
| 新密码,修改 |
是 |
####返回值:
错误则返回{"error":"密码不正确"}
正确则返回用户当前id和username的json
\ No newline at end of file
正确则返回用户当前id和username的json
...
...
Please
register
or
login
to post a comment