Showing
1 changed file
with
5 additions
and
5 deletions
@@ -2,11 +2,11 @@ | @@ -2,11 +2,11 @@ | ||
2 | /user/changePassword | 2 | /user/changePassword |
3 | 3 | ||
4 | ####POST参数: | 4 | ####POST参数: |
5 | -| 参数名 | 说明 | 是否必须 | | 5 | +| 参数名 | 说明 | 是否必须 | |
6 | -|---------|-----------| | 6 | +|-------------------|----------------|---------| |
7 | -|password | 旧密码,用于验证 | 是 | | 7 | +|password | 旧密码,用于验证 | 是 | |
8 | -|newPassword | 新密码,修改 | 是 | | 8 | +|newPassword | 新密码,修改 | 是 | |
9 | 9 | ||
10 | ####返回值: | 10 | ####返回值: |
11 | 错误则返回{"error":"密码不正确"} | 11 | 错误则返回{"error":"密码不正确"} |
12 | -正确则返回用户当前id和username的json | 12 | +正确则返回用户当前id和username的json |
-
Please register or login to post a comment