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 21:00:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c84b8784dfdfc10b34e82233fe6b203a1fafcf8
5c84b878
1 parent
4867d52b
Updated 权限鱼 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
权限鱼.md
权限鱼.md
View file @
5c84b87
...
...
@@ -228,6 +228,40 @@ token信息需要写入HTTP请求的header中, header name为 `auth_fish_token`
# 查询登录用户类型
## 请求参数
`/auth/fish/user/type`
## 请求方式
`HTTP GET`
## 返回值
```
{
"code"
:
0
,
"message"
:
"成功"
,
"tokenInvalidTime"
:
null
,
"data"
:
[
{
"type"
:
"DEV"
},
{
"type"
:
"AD"
},
{
"type"
:
"OP"
},
{
"type"
:
"BD"
}
]
}
```
...
...
Please
register
or
login
to post a comment