Authorization: ********************
curl --location --request GET 'http://140.207.166.210:9030/gateway/torch/device/a500/list' \
--header 'Authorization;'
{
"code": 0,
"data": [
{
"sn": "",
"onlineStatus": 0,
"acx": 0.0,
"acy": 0.0,
"acz": 0.0,
"voltage": 0.0,
"temperature": 0.0,
"latitude": 0.0,
"longitude": 0.0,
"height": 0.0
}
],
"message": ""
}