文档
测试

Home page statistics

POST
qgy/user/home

接口描述

Statistics on the number of current users under the equipment online, the number of equipment offline, the number of blacklist number, blacklist warning number (this week), blacklist warning (week-on-year), body temperature warning number (day), body temperature warning (day-on-year)

Request parameters

参数名
类型
描述
必填
userId
String
Current account id
必填

Return sample

``` { "result": 1, "msg": "successful operation!", "code": "QG_SUS1000", "data": { "equipOnline": 0,// Equipment online "tempDayYoy": 0.0,//Body Temperature Warning (Year-on-year: how many percent more down yesterday than today) "tempWarning": 0,//Temperature alert (day) "blackNum": 0,//Number of blacklisted persons "equipOffline": 19,//Offline number of equipment "blackWarning": 0,//Blacklist alert (this week) "blackWeekYoy": 0.0,//Blacklist alert (week-on-week: how many percent more than this week) "whiteNum": 686//Number of persons on the White List } } ```