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:17:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c54f462a17a542a4ec76d74f1787b6bf15292ad
7c54f462
1 parent
708dc768
Updated 在线授课接口定义 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
7c54f46
...
...
@@ -325,6 +325,8 @@ Request params:
Response:
1.
工单有效
```
{
"data"
:
{
...
...
@@ -336,6 +338,40 @@ Response:
}
```
2.
工单无效
(1) 未到上课时间
```
{
"data"
:
{},
"returnCode"
:
10
,
"returnMsg"
:
"未到上课时间"
}
```
(2) 迟到未在上课时间
```
{
"data"
:
{},
"returnCode"
:
20
,
"returnMsg"
:
"迟到未在上课时间"
}
```
(3) 不存在对应的工单
```
{
"data"
:
{},
"returnCode"
:
1
,
"returnMsg"
:
"不存在对应的工单"
}
```
# 7.获取课程所有资源列表
> 说明: 学生端调用,从学生端的课程列表可以获取到lesson_id
...
...
Please
register
or
login
to post a comment