{
"taskId": 5,
"time": "2024-10-21 19:00:00"
}
curl --location --request POST 'http://localhost:7030/manage/boxUpgrade/box/upgrade_task_retry' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7InBhc3N3b3JkIjoiJDJhJDEwJFNDL25FSXh4Y3ZMSXcvOWVvTFB6emVPVUhLbGtSSnQ4VUloVVUyL2tqVEFJM3VxNkozOC9PIiwidXNlcm5hbWUiOiJhZG1pbiIsImF1dGhvcml0aWVzIjpbeyJhdXRob3JpdHkiOiJtIn1dLCJhY2NvdW50Tm9uRXhwaXJlZCI6dHJ1ZSwiYWNjb3VudE5vbkxvY2tlZCI6dHJ1ZSwiY3JlZGVudGlhbHNOb25FeHBpcmVkIjp0cnVlLCJlbmFibGVkIjp0cnVlLCJ1c2VySWQiOjEsIm5hbWUiOiLotoXnuqfnrqHnkIblkZgiLCJwaG9uZSI6IjE5OTc1MjYzNTk3Iiwic3RhdHVzIjpudWxsLCJyZW1ha2UiOm51bGx9LCJleHAiOjE3MzAyMTg2MjN9.5ivHNhQt4PH4H-HEP_bPUNvLex5H_PLRYPgrUjrInV0' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": 5,
"time": "2024-10-21 19:00:00"
}'
{
"data": {
"records": [
{
"id": 1,
"serialNumber": "0501020000012000",
"parkName": "白盒测试车场1",
"name": "测试白盒1",
"manufacturerType": 1,
"type": "RF-RT50",
"lastUpdateTime": null,
"updateStatus": null,
"lastVersion": null,
"currentVersion": null
},
{
"id": 2,
"serialNumber": "0100000000000046",
"parkName": null,
"name": "测试白盒数据同步采集平台1",
"manufacturerType": 1,
"type": "RF-RT50",
"lastUpdateTime": null,
"updateStatus": null,
"lastVersion": null,
"currentVersion": null
},
{
"id": 3,
"serialNumber": "0100000000000047",
"parkName": null,
"name": "测试编辑采集盒子",
"manufacturerType": 1,
"type": "RF-RT50",
"lastUpdateTime": null,
"updateStatus": null,
"lastVersion": null,
"currentVersion": null
},
{
"id": 4,
"serialNumber": "0100000000000049",
"parkName": null,
"name": null,
"manufacturerType": 1,
"type": "RF-RT50",
"lastUpdateTime": null,
"updateStatus": null,
"lastVersion": null,
"currentVersion": null
},
{
"id": 5,
"serialNumber": "0100000000000050",
"parkName": null,
"name": null,
"manufacturerType": 1,
"type": "RF-RT50",
"lastUpdateTime": null,
"updateStatus": null,
"lastVersion": null,
"currentVersion": null
}
],
"total": 5,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
},
"result_code": "200",
"result_msg": "success"
}