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
chong
2015-08-20 12:07:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
048a056dd40163fe4071cd3c31b66d7005db2ae4
048a056d
1 parent
1e40fcc9
Created 查询教师用户VIP认证 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
查询教师用户VIP认证.md
查询教师用户VIP认证.md
0 → 100644
View file @
048a056
#### 接口地址
> /authentication
####请求方式
> GET请求
####参数格式
####返回值
######成功
```
java
#
用户已经提交过审核信息,并且已经通过审核
{
"msg"
:
"您已通过审核。"
,
"status"
:
"VERIFY_PASS"
}
```
```
java
用户已经提交过审核信息,但是
待审核状态:
{
"msg"
:
"您已经提交身份信息,请耐心等待审核。"
,
"status"
:
"VERIFY_WAIT"
}
```
```
java
用户已经提交过审核信息,审核被拒绝
:
{
"msg"
:
"您的审核被拒绝,请再次提交审核。"
,
"status"
:
"VERIFY_DENY"
}
```
```
java
用户未提交过审核信息:
{
"msg"
:
"您还未提交审核信息。"
,
"status"
:
"NULL"
}
```
######失败
> 状态码:400
...
...
Please
register
or
login
to post a comment