POST Notify/VideoCallBack
请求信息
URI 参数
None.
Body 参数
YoumiVideoCallBackParameter名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
job_id | integer |
None. |
|
status | integer |
None. |
|
video_Url | string |
None. |
|
model | string |
None. |
|
code | integer |
None. |
|
message | string |
None. |
请求格式
application/json, text/json
Sample:
{ "job_id": 1, "status": 2, "video_Url": "sample string 3", "model": "sample string 4", "code": 5, "message": "sample string 6" }
application/xml, text/xml
Sample:
<YoumiVideoCallBackParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels"> <code>5</code> <job_id>1</job_id> <message>sample string 6</message> <model>sample string 4</model> <status>2</status> <video_Url>sample string 3</video_Url> </YoumiVideoCallBackParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
ApiJsonBaseOfObject名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Result | boolean |
None. |
|
Message | string |
None. |
|
State | integer |
None. |
|
BizData | Object |
None. |
响应格式
application/json, text/json
Sample:
{ "Result": true, "Message": "sample string 2", "State": 3, "BizData": {} }
application/xml, text/xml
Sample:
<ApiJsonBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models"> <BizData /> <Message>sample string 2</Message> <Result>true</Result> <State>3</State> </ApiJsonBaseOfanyType>