{
"access_code": "P000270",
"timestamp": "1643012271",
"version": "2.0",
"sign":"Ox4SPC9tugV512ucafIdOKfVLLg="
}
curl --location --request POST 'http://127.0.0.1/device/syncAssetInfo' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_code": "P000270",
"timestamp": "1643012271",
"version": "2.0",
"sign":"Ox4SPC9tugV512ucafIdOKfVLLg="
}'
{
"code": "0000",
"data": [
{
"assetId": "89852022018041800192",
"lifeCycle": "3",
"silentPeriod": "6",
"hasTestFlow": true,
"testFlow": "0",
"testPackageStatus": "2",
"imei": "89852022018041800192",
"flow": "0"
},
{
"assetId": "89852420180910340785",
"lifeCycle": "2",
"silentPeriod": "1",
"hasTestFlow": true,
"testFlow": "0",
"testPackageStatus": "0",
"imei": "89852420180910340785",
"flow": "0"
}
],
"message": "成功",
"success": true
}