订单统计(首页用) websocket测试 GET http://localhost:8076/api/order/getorderstatics 响应参数 参数名 类型 描述 必填 code int 示例:200 必填 message string 示例: 必填 data object 数据字典 必填 status boolean 示例:true 必填 data object 统计数据 必填 todayAllFee float 今日订单金额 必填 todayAllCount int 今日订单数量 必填 oneWeekLastAllFee float 七日订单金额 必填 oneWeekLastAllCount int 七日订单数量 必填 noPayCount int 未支付订单数量 必填 refundPayCount int 退款订单数量 必填