curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/statistics/get_online_device' \
--header 'company-id: 1' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c'
{
"data": [
{
"name": "智能腕表",
"all_count": 2,
"online_count": 1,
"ratio": 50,
"color": "#3366CC"
},
{
"name": "智能床垫",
"all_count": 2,
"online_count": 0,
"ratio": 0,
"color": "#3399CC"
},
{
"name": "生命探测器",
"all_count": 2,
"online_count": 1,
"ratio": 50,
"color": "#33CCCC"
},
{
"name": "PAD小答应",
"all_count": 6,
"online_count": 0,
"ratio": 0,
"color": "#33FFCC"
}
],
"url": "",
"type": "success",
"msg": "数据获取成功",
"code": 0
}