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:32:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6981f5eaa53653676e811a4246b2fbfeb711d734
6981f5ea
1 parent
6c4d800e
Updated 权限鱼 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
3 deletions
权限鱼.md
权限鱼.md
View file @
6981f5e
...
...
@@ -8,7 +8,44 @@
# 登录接口
## 参数
<table>
<tr><td>
参数名
</td>
<td>
参数说明
</td></tr>
<tr><td></td></tr>
</table>
\ No newline at end of file
<tr>
<td>
参数名
</td>
<td>
参数说明
</td>
</tr>
<tr>
<td>
name
</td>
<td>
登录名(邮箱)
</td>
</tr>
<tr>
<td>
password
</td>
<td>
密码
</td>
</tr>
<tr>
<td>
signature
</td>
<td>
签名(暂未校验, 建议输入固定字符串)
</td>
</tr>
</table>
## 请求方式
`HTTP POST`
## 返回值
```
{
"code"
:
0
,
"message"
:
"成功"
,
"tokenInvalidTime"
:
"2016-05-24 01:22:42"
,
"data"
:
{
"name"
:
"lidongxu@boxfish.cn"
,
"token"
:
"8140ab90fc9cad0ac6790a58ee96aeae60b180654a70485438d242430ddcd078"
,
"type"
:
"DEV"
,
"realName"
:
"李东旭"
,
"createAt"
:
"2016-05-12 14:58:41"
,
"updateAt"
:
"2016-05-20 10:29:30"
,
"lastLoginTime"
:
"2016-05-23 20:22:42"
}
}
```
...
...
Please
register
or
login
to post a comment