curl --location '/api/v1/data/device/screen/device/open/count?companyId=501&startTime=2026-05-01&endTime=2026-05-07' \
--header 'Token: {{TOKEN}}'{
"code": 1,
"data": [
{
"data": 920,
"time": "1"
}
],
"msg": "查询成功!",
"time": "1778135914812"
}