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 17:53:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cda07bd1b4e5a0907964b0810c0005c23627f9bb
cda07bd1
1 parent
a3babb09
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
cda07bd
...
...
@@ -407,7 +407,7 @@ Response :
>在Request body的参数中,`userId`是用户自己的id, `type`是用户类型, `TEACHER` 或者`STUDENT`
>
接口地址:/teaching/callback/absent
eeism
接口地址:/teaching/callback/absent
请求方式:POST
...
...
@@ -415,9 +415,9 @@ Request body:
```
{
"
workOrderId"
:
1234
,
"
userId"
:
12938
,
"
type"
:
"TEACHER"
"
userId"
:
12938
,
"
type"
:
"STUDENT"
,
"
workOrderId"
:
3979
}
```
...
...
Please
register
or
login
to post a comment