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-06-06 20:30:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
73db808f2abef9944f3fba4d7052a5e1fd4cc5fb
73db808f
1 parent
840819a8
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
73db808
...
...
@@ -243,15 +243,17 @@ Response:
```
# 3.课程正常结束接口
> `finish_type`参数表示课程结束的类型,用户自己结束,传`NORMAL`,到时间强制结束传`FORCE`
接口地址:/teaching/student/finish
请求方式: POST
Request params:
|参数名 |是否必须 |说明 |参数类型
|
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
|finish_type |是 |结束类型 |"FORCE" or "NORMAL"|
返回值:
...
...
Please
register
or
login
to post a comment