显示销售排行榜(折线图) websocket测试 GET user/salecountinfo1 接口描述 提供测试的账户 oHYj74ghRvglADYnrLBkSqEDQDH0 请求参数 参数名 类型 描述 必填 openId 用户编号 必填 sign 按年 按月 按周 必填 1 按年 默认不传 必填 2 按月 必填 3 按周 必填 说明 / 示例 //按月 { "status": 200, "msg": "OK", "data": { "openId": "oHYj74ghRvglADYnrLBkSqEDQDH0", "saleManCountYearVoList": [ { "month": 5, "cementOrderInfoLogMoney": 40.0, "cementOrderInfoLogCount": 21.0, "cementOrderInfoLogSaleallprice": 2750.1 }, { "month": 6, "cementOrderInfoLogMoney": 15.0, "cementOrderInfoLogCount": 11.0, "cementOrderInfoLogSaleallprice": 2500.01 } ] }, "ok": true } //按年 { "status": 200, "msg": "OK", "data": { "openId": "oHYj74ghRvglADYnrLBkSqEDQDH0", "saleManCountYearVoList": [ { "month": null, "cementOrderInfoLogMoney": 55.0, "cementOrderInfoLogCount": 32.0, "cementOrderInfoLogSaleallprice": 5250.11 } ] }, "ok": true } //图 
//按月 { "status": 200, "msg": "OK", "data": { "openId": "oHYj74ghRvglADYnrLBkSqEDQDH0", "saleManCountYearVoList": [ { "month": 5, "cementOrderInfoLogMoney": 40.0, "cementOrderInfoLogCount": 21.0, "cementOrderInfoLogSaleallprice": 2750.1 }, { "month": 6, "cementOrderInfoLogMoney": 15.0, "cementOrderInfoLogCount": 11.0, "cementOrderInfoLogSaleallprice": 2500.01 } ] }, "ok": true } //按年 { "status": 200, "msg": "OK", "data": { "openId": "oHYj74ghRvglADYnrLBkSqEDQDH0", "saleManCountYearVoList": [ { "month": null, "cementOrderInfoLogMoney": 55.0, "cementOrderInfoLogCount": 32.0, "cementOrderInfoLogSaleallprice": 5250.11 } ] }, "ok": true } //图 