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-26 11:34:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a40d5a538d201f5ee8c124f469dddf362e2475a9
a40d5a53
1 parent
c1c8e657
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
a40d5a5
...
...
@@ -401,4 +401,34 @@ Response :
"returnCode"
:
200
,
"returnMsg"
:
"success"
}
```
# 8 .旷课回调接口
>Request body的参数中,`userId`是旷课的用户的id, `type`为userId的用户类型, `TEACHER` 或者`STUDENT`
>发生旷课回调该接口
接口地址:/teaching/callback/absenteeism
请求方式:POST
Request body:
```
{
"workrderd"
:
1234
,
"userId"
:
12938
,
"type"
:
"TEACHER"
}
```
Response :
```
{
"data"
:
{
"recover"
:
true
},
"returnCode"
:
200
,
"returnMsg"
:
"success"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment