parent
a94fe9d501
commit
4d5227c1fb
42
Readme.md
42
Readme.md
|
@ -687,28 +687,46 @@
|
||||||
Request URI|dispose/task/stop
|
Request URI|dispose/task/stop
|
||||||
Content type|application/json;charset=UTF-8
|
Content type|application/json;charset=UTF-8
|
||||||
Authorization|"Bearer b8f01b8303cd9fcb7d3c9ed1b1c54d4a6e04bac3a66ab7df6ba81f690882ca2e"
|
Authorization|"Bearer b8f01b8303cd9fcb7d3c9ed1b1c54d4a6e04bac3a66ab7df6ba81f690882ca2e"
|
||||||
Body|{"ver":2,"cryptoType":0,"timeStamp":1587604296988,"msgContent":"{\"taskId\":[\"60\", \"2\" ]}"}
|
Body|{"ver":3,"cryptoType":0,"timeStamp":1598597142580,"msgContent":"{\"taskId\":[\"81\"]}"}
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ver": 2,
|
"ver": 3,
|
||||||
"cryptoType": 0,
|
"cryptoType": 0,
|
||||||
"timeStamp": 1587604296988,
|
"timeStamp": 1598597142580,
|
||||||
"msgContent": "{\"taskId\":[\"60\",\"2\"]}"
|
"msgContent": {
|
||||||
|
"taskId": [
|
||||||
|
"81"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
+ 响应消息
|
+ 响应消息
|
||||||
字段|内容
|
字段|内容
|
||||||
----|----
|
----|----
|
||||||
Content type|application/json;charset=UTF-8
|
Content type|application/json;charset=UTF-8
|
||||||
Body|{"ver":2,"cryptoType":0,"timeStamp":1589421779138,"code":200,"msgContent":"{\"items\":[{\"id\":\"1\",\"taskId\":\"60\",\"type\":0,\"disposeIp\":\"192.168.3.2\",\"leftTime\":120,\"status\":0,\"message\":\"成功\"},{\"id\":\"-1\",\"taskId\":\"2\",\"type\":0,\"status\":30,\"message\":\"没有该任务\"}]}
|
Body|{"ver":3,"cryptoType":0,"timeStamp":1598946105967,"code":200,"msgContent":"{\"taskId\":\"81\",\"disposeDevice\":[\"573\"],\"type\":0,\"disposeIp\":\"192.168.5.3\",\"leftTime\":"9",\"status\":0,\"message\":[\"成功\"]}
|
||||||
"}
|
}
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ver": 2,
|
"ver": 3,
|
||||||
"cryptoType": 0,
|
"cryptoType": 0,
|
||||||
"timeStamp": 1589421779138,
|
"timeStamp": 1598946105967,
|
||||||
"code": 200,
|
"code": 200,
|
||||||
"msgContent": :"{\"items\":[{\"id\":\"1\",\"taskId\":\"60\",\"type\":0,\"disposeIp\":\"192.168.3.2\",\"leftTime\":120,\"status\":0,\"message\":\"成功\"},{\"id\":\"-1\",\"taskId\":\"2\",\"type\":0,\"status\":30,\"message\":\"没有该任务\"}]}"
|
"msgContent": [
|
||||||
|
{
|
||||||
|
"taskId": "81",
|
||||||
|
"disposeDevice": [
|
||||||
|
"573"
|
||||||
|
],
|
||||||
|
"type": 0,
|
||||||
|
"disposeIp": "192.168.5.3",
|
||||||
|
"leftTime": "9",
|
||||||
|
"status": 0,
|
||||||
|
"message": [
|
||||||
|
"成功"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue