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
姜腾飞
2016-09-01 10:24:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
114df519d9d6aa7f2c405c80a387a3cd85633744
114df519
1 parent
7d0cc4a2
Updated 在线授课接口定义 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
114df51
...
...
@@ -759,6 +759,8 @@ Request params:
Response Body:
可以进入课堂:
```
{
"data"
:
{
...
...
@@ -779,3 +781,23 @@ Response Body:
"returnMsg"
:
"success"
}
```
未到上课时间:
```
{
"data"
:
{},
"returnCode"
:
10
,
"returnMsg"
:
"未到上课时间"
}
```
不存在对应的鱼卡:
```
{
"data"
:
{},
"returnCode"
:
1
,
"returnMsg"
:
"不存在对应的工单"
}
```
...
...
Please
register
or
login
to post a comment