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 12:10:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
17a52c25062c71627269c304da4db0efe98ab938
17a52c25
1 parent
c3480181
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
17a52c2
...
...
@@ -404,7 +404,7 @@ Response :
```
# 8 .旷课回调接口
>在Request body的参数中,`userId`是
旷课的用户的id, `type`为userId的
用户类型, `TEACHER` 或者`STUDENT`
>在Request body的参数中,`userId`是
用户自己的id, `type`是
用户类型, `TEACHER` 或者`STUDENT`
>
接口地址:/teaching/callback/absenteeism
...
...
@@ -425,10 +425,8 @@ Response :
```
{
"data"
:
{
"recover"
:
true
},
"data"
:
{},
"returnCode"
:
200
,
"returnMsg"
:
"success"
}
```
\ No newline at end of file
```
...
...
Please
register
or
login
to post a comment