屏幕中间下面---采集情况 websocket测试 GET localhost:8081/api/bigScreen/collectionSituationTwo?namespace=dss 响应参数 参数名 类型 描述 必填 msg string success -代表响应成功 必填 code int 200-成功 必填 data jsonArray 装载数据的sonarray 必填 day array 日期 必填 total String 数量 必填 day String 日期 必填 collectotal array 采集成功数 必填 total String 数量 必填 day String 日期 必填 tasktotal array 任务成功数 必填 说明 / 示例 ``` { "msg": "success", "code": 200, "data": { "tasktotal": [ "36", "34", "52", "0", "30", "10", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "2", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0" ], "collectotal": [ "84", "89", "139", "0", "102", "28", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "2", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0" ], "day": [ "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17" ] } } ```
``` { "msg": "success", "code": 200, "data": { "tasktotal": [ "36", "34", "52", "0", "30", "10", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "2", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0" ], "collectotal": [ "84", "89", "139", "0", "102", "28", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "2", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0" ], "day": [ "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17" ] } } ```