Authentication: ********************
{}
curl --location --request GET '/device/basic' \
--header 'Content-Type: application/json' \
--header 'Authentication;' \
--data-raw '{}'
{
"code": 0,
"msg": [
{
"deviceType": "string",
"id": "string",
"name": "string",
"description": "string",
"createTime": 0,
"updateTime": 0,
"hardwareSeries": "string",
"hardwareType": "string",
"inetMacAddress": "string",
"wifiMacAddress": "string",
"imei": "string",
"basicSoftVersionName": "string",
"basicSoftStatus": "string",
"basicSoftUpdateTime": 0,
"businessSoftVersionName": "string",
"businessSoftStatus": "string",
"businessSoftUpdateTime": 0
}
]
}