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-02-22 15:34:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
54a4c39c7e2bcce9497e0d6053cd6ba918de804e
54a4c39c
1 parent
894a7085
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
54a4c39
...
...
@@ -15,5 +15,21 @@ Id,头像,昵称
#### 获取在线授课必备信息
说明:授课客户端需要获取
**在线授课必备消息**
和
**听课学生基本信息**
接口地址:/teaching/course
Request Method: GET
Request params:
|参数名 |是否必须 |说明 |
|----------|----------|--------|
| | | |
#### 通知学生开始上课
说明:通知某次课程相应的学生准备上课,通过发送推送信息的方式通知给学生。推送的通知中应该包括
**在线授课必备消息**
和
**授课教师的基本信息**
接口地址:/teaching/course
Request Method: POST
Request params:
|参数名 |是否必须 |说明 |
|----------|----------|--------|
| | | |
\ No newline at end of file
...
...
Please
register
or
login
to post a comment