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
JiangTengfei
2016-05-23 11:13:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
708dc768a63b0c4889f28b1c2533c00aca8a7f21
708dc768
1 parent
796f08ff
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
2 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
708dc76
...
...
@@ -188,11 +188,34 @@ Response:
2.
工单无效
(1) 未到上课时间
```
{
"data"
:
{},
"returnCode"
:
10
,
"returnMsg"
:
"未到上课时间"
}
```
(2) 迟到未在上课时间
```
{
"data"
:
{},
"returnCode"
:
20
,
"returnMsg"
:
"迟到未在上课时间"
}
```
(3) 不存在对应的工单
```
{
"data"
:
{},
"returnCode"
:
1
00
,
"returnMsg"
:
"
工单验证失败
"
"returnCode"
:
1
,
"returnMsg"
:
"
不存在对应的工单
"
}
```
...
...
Please
register
or
login
to post a comment