Showing
1 changed file
with
3 additions
and
1 deletions
@@ -243,15 +243,17 @@ Response: | @@ -243,15 +243,17 @@ Response: | ||
243 | ``` | 243 | ``` |
244 | 244 | ||
245 | # 3.课程正常结束接口 | 245 | # 3.课程正常结束接口 |
246 | +> `finish_type`参数表示课程结束的类型,用户自己结束,传`NORMAL`,到时间强制结束传`FORCE` | ||
246 | 接口地址:/teaching/student/finish | 247 | 接口地址:/teaching/student/finish |
247 | 248 | ||
248 | 请求方式: POST | 249 | 请求方式: POST |
249 | 250 | ||
250 | Request params: | 251 | Request params: |
251 | 252 | ||
252 | -|参数名 |是否必须 |说明 |参数类型 | | 253 | +|参数名 |是否必须 |说明 |参数类型 | |
253 | |--------------|----------|--------|----------| | 254 | |--------------|----------|--------|----------| |
254 | |work_order_id |是 |工单id |Long | | 255 | |work_order_id |是 |工单id |Long | |
256 | +|finish_type |是 |结束类型 |"FORCE" or "NORMAL"| | ||
255 | 257 | ||
256 | 258 | ||
257 | 返回值: | 259 | 返回值: |
-
Please register or login to post a comment