POST http://sdk.ddyun.com/api/QueryPresetAppTask
查询预置应用任务
Request Information
URI Parameters
None.
Body Parameters
QueryPresetAppTaskParamName | Description | Type | Additional information |
---|---|---|---|
taskid |
任务Id |
integer |
None. |
appkey |
商户Key |
string |
None. |
timestamp |
时间戳 |
integer |
None. |
noncestr |
随机字符,使签名不可预测 |
string |
None. |
sign |
签名信息 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskId": 1, "AppKey": "sample string 2", "Timestamp": 3, "NonceStr": "sample string 4", "Sign": "sample string 5" }
application/x-www-form-urlencoded
Sample:
TaskId=0&AppKey=&Timestamp=0&NonceStr=&Sign=
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
查询预置应用任务
SDKBaseResultOfQueryPresetAppTaskResultName | Description | Type | Additional information |
---|---|---|---|
data | QueryPresetAppTaskResult |
None. |
|
code |
错误码 |
SDKResultCode |
None. |
msg |
错误消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskId": 1, "AppName": "sample string 2", "AppPackageName": "sample string 3", "TaskStatus": 4, "NodeInfos": [ { "NodeId": "sample string 1", "PushStatus": 2 }, { "NodeId": "sample string 1", "PushStatus": 2 } ] }, "Code": 0, "Msg": "sample string 1" }