POST CCParentStuJob/SubmitJobAnswerCallBack_V_2_9_0
Request Information
URI Parameters
None.
Body Parameters
SubmitJobAnswerCallBack_ReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| jobId |
提交记录ID(别在乎名字,一个代号而已) |
string |
None. |
| videoKeyJson |
视频key集合 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jobId": "sample string 1",
"videoKeyJson": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommonStringModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data |
返回信息 |
string |
None. |
| code |
代码 |
string |
None. |
| desc |
描述 |
string |
None. |
| exdesc |
系统内部错误描述 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": "sample string 1",
"code": "sample string 2",
"desc": "sample string 3",
"exdesc": "sample string 4"
}