Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ttj1314
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
tanling
2016-09-08 10:29:26 +0800
Commit
51bffb854421acd9f9c41196bb3a12b8f9116cac
1 parent
8a7d41dd
增加二维码是否失效的判定
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
二维码扫描登录/二维码扫描登录.md
二维码扫描登录/二维码扫描登录.md
View file @
51bffb8
...
...
@@ -132,6 +132,13 @@ code为200即为成功,否则是失败。
```
json
{
"message"
:
"二维码失效"
,
"code"
:
404
}
```
```
json
{
"message"
:
"二维码code不能为空"
,
"code"
:
402
}
...
...
Please
register
or
login
to post a comment