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-07-19 11:15:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7ce338c536172563f3fc5a62139e03d42513e524
7ce338c5
1 parent
43e7e172
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
7ce338c
...
...
@@ -168,6 +168,7 @@ Request Params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|-----------|--------|-------------------|
|work_order_id |是 |工单id |Long |
|report_time |否 |上报时间 |String |
Response:
...
...
@@ -316,6 +317,7 @@ Request params:
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
|finish_type |是 |结束类型 |"FORCE" or "NORMAL" or "EARLY"|
|report_time |否 |上报时间 |String |
返回值:
...
...
@@ -399,6 +401,7 @@ Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
|report_time |否 |上报时间 |String |
Response:
...
...
@@ -489,6 +492,12 @@ Response :
请求方式:POST
Request params:
|参数 |是否必须 |说明 |类型 |
|--------------|----------|--------|-------------------|
|report_time |否 |上报时间 |String |
Request body:
```
...
...
@@ -522,6 +531,7 @@ Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
|report_time |否 |上报时间 |String |
Response:
...
...
@@ -546,8 +556,9 @@ Response:
Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|--------------|----------
-
|--------|----------|
|work_order_id |是 |工单id |Long |
|report_time |否 |上报时间 |String |
Response:
```
...
...
@@ -575,6 +586,7 @@ Request params:
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
|status_type |是 |状态类型 |"ACCEPTED" or "READY" or "RESOURCE_DOWNLOAD_FAIL" or "CONNECTED"|
|report_time |否 |上报时间 |String |
Response:
...
...
Please
register
or
login
to post a comment