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
Li Dongxu
2016-05-23 20:56:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4867d52ba00e631c1744ee84c5eb24d9b51b43fc
4867d52b
1 parent
71e8b7ab
Updated 权限鱼 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
权限鱼.md
权限鱼.md
View file @
4867d52
...
...
@@ -194,6 +194,43 @@ token信息需要写入HTTP请求的header中, header name为 `auth_fish_token`
# 重置登录用户密码
## 请求参数
`/auth/fish/reset/password`
<table>
<tr>
<td>
参数名称
</td>
<td>
参数说明
</td>
</tr>
<tr>
<td>
name
</td>
<td>
用户名
</td>
</tr>
</table>
## 请求方式
`HTTP POST`
## 返回值
```
{
"code"
:
0
,
"message"
:
"成功"
,
"tokenInvalidTime"
:
null
,
"data"
:
null
}
```
通过邮件重置密码, 使用邮箱用户都可成功(发邮箱的密码配置在服务工程中).
...
...
Please
register
or
login
to post a comment