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-06-28 16:30:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c8a5316fd4afc92698df807d19d63d03913a43c5
c8a5316f
1 parent
4ae89019
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
c8a5316
...
...
@@ -304,7 +304,7 @@ Response:
```
# 3.课程正常结束接口
> `finish_type`参数表示课程结束的类型,用户自己结束,传`NORMAL`
,到时间强制结束传`FORCE`
> `finish_type`参数表示课程结束的类型,用户自己结束,传`NORMAL`
; 到时间强制结束传`FORCE`; 老师提前结束传 "EARLY"
接口地址:/teaching/student/finish
...
...
@@ -315,7 +315,7 @@ Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
|finish_type |是 |结束类型 |"FORCE" or "NORMAL"|
|finish_type |是 |结束类型 |"FORCE" or "NORMAL"
or "EARLY"
|
返回值:
...
...
Please
register
or
login
to post a comment