图形接口 websocket测试 POST http://192.168.1.222:8888/spcsysservice/chart/data 传参示例 ```json { "type":1, //1.Xbar-R 2.Xbar-s 3.X-MR 4.p 5. np "productid":"pcb_mes", "lastMonthStart":"2020-08-01",//上个月开始时间 "lastMonthEnd":"2020-08-31",//上个月结束时间 "thisMonthStart":"2020-09-01",//当月开始时间 "thisMonthEnd":"2020-09-30",//当月结束时间 "inspectionCode":"SF10499577312044384256" //检验单编号 } ```
```json { "type":1, //1.Xbar-R 2.Xbar-s 3.X-MR 4.p 5. np "productid":"pcb_mes", "lastMonthStart":"2020-08-01",//上个月开始时间 "lastMonthEnd":"2020-08-31",//上个月结束时间 "thisMonthStart":"2020-09-01",//当月开始时间 "thisMonthEnd":"2020-09-30",//当月结束时间 "inspectionCode":"SF10499577312044384256" //检验单编号 } ```