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-04-26 11:13:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b79f7ba13ad2cfadddd74b78fc8734fbbcb0110
4b79f7ba
1 parent
81dd4ef9
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
4b79f7b
...
...
@@ -133,6 +133,7 @@ Response:
# 2.发推送 - 通知学生开始上课
> 说明:通知某次课程相应的学生准备上课,通过发送推送信息的方式通知给学生。推送的通知中应该包括**在线授课必备消息**和**授课教师的基本信息**
> 工单无效时的返回码待确定
>
接口地址:/teaching/student/push
...
...
@@ -162,8 +163,33 @@ Request params:
Response:
1.
工单有效
```
...
{
"data"
:
{
"msg_id"
:
3385486500
,
"sendno"
:
1380240050
,
"originalContent"
:
"{\"sendno\":\"1380240050\",\"msg_id\":\"3385486500\"}"
,
"resultOK"
:
true
,
"rateLimitQuota"
:
600
,
"rateLimitRemaining"
:
599
,
"rateLimitReset"
:
60
},
"returnCode"
:
200
,
"returnMsg"
:
"success"
}
```
2.
工单无效
```
{
"data"
:
{},
"returnCode"
:
100
,
"returnMsg"
:
"工单验证失败"
}
```
# 3.课程正常结束接口
...
...
Please
register
or
login
to post a comment