{
"type": "UPDATE",
"source": {
"type": 0,
"platform": 0
},
"tasks": [
{
"packageType": "NUZIP",
"version": "TAURUSV010001CN0103",
"executionType": "IMMEDIATELY",
"updateType": "UPDATE",
"checkFeasibility": true,
"md5": "3e99ab846d7bb571c8b287bb60285ac3",
"source": "/sdcard/nova/viplex_terminal/cache/UPDATE_OS_T10Plus_T20_TAURUSV010001CN0103.nuzip",
"size": "487979277",
"startupAfterInstalled": true,
"startupAfterBoot": true,
"isReturnImmediately": true
}
]
}
curl --location --request PUT 'https://192.168.0.10:16674/terminal/emergency/v1/device/upgrade' \
--header 'Authorization: 1724333189506EO5Zqpduu4+azwYYXMJJhg==' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "UPDATE",
"source": {
"type": 0,
"platform": 0
},
"tasks": [
{
"packageType": "NUZIP",
"version": "TAURUSV010001CN0103",
"executionType": "IMMEDIATELY",
"updateType": "UPDATE",
"checkFeasibility": true,
"md5": "3e99ab846d7bb571c8b287bb60285ac3",
"source": "/sdcard/nova/viplex_terminal/cache/UPDATE_OS_T10Plus_T20_TAURUSV010001CN0103.nuzip",
"size": "487979277",
"startupAfterInstalled": true,
"startupAfterBoot": true,
"isReturnImmediately": true
}
]
}'
{
"code": 0,
"message": "",
"data": {}
}