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-08-09 15:20:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bca78a9189b70254f52d6eb009c8020adeef7fec
bca78a91
1 parent
6f7d3320
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
bca78a9
...
...
@@ -675,3 +675,31 @@ Response Body:
"returnMsg"
:
"工单不存在"
}
```
#上报学生已在线接口
接口地址:/teaching/callback/student_online
Request Method:POST
Request Body:
```
{
"user_id"
:
12938
,
"report_time"
:
"2016-08-03 19:54:10"
}
```
Response Body:
```
{
"data"
:
{},
"returnCode"
:
200
,
"returnMsg"
:
"success"
}
```
...
...
Please
register
or
login
to post a comment