数据统计 websocket测试 GET /api/logistics/v1/admin/statistics/index 接口描述 ***柱状图默认本年 说明 / 示例 { "data": { "order_count_year": 32, //本年总订单数 "alredy_pay_count_year": 1100, // 本年已收金额 "not_pay_count_year": 249532, // 本年未收金额 "order_count_month": 31, // 本月订单总量 "alredy_pay_count_month": 10, // 本月已收金额 "not_pay_count_month": 21, // 本月未收金额 "already_pay_year_list": { // 已收款订单统计柱状图列表 "1": { "month": "01", //月份 "alredy_get_price_count": 1000, // 本月已收款金额总和 "alredy_get_order_count": 10 }, // 本月已收款订单数量 "2": { "month": "02", "alredy_get_price_count": 100, "alredy_get_order_count": 1 }, "3": { "month": "03", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "4": { "month": "04", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "5": { "month": "05", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "6": { "month": "06", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "7": { "month": "07", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "8": { "month": "08", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "9": { "month": "09", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "10": { "month": "10", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "11": { "month": "11", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "12": { "month": "12", "alredy_get_price_count": 0, "alredy_get_order_count": 0 } }, "not_pay_year_list": {// 未收款订单统计柱状图列表 "1": { "month": "01", // 月份 "not_get_price_count_year": 249532,// 本月未收款金额总和 "not_get_order_count_year": 21 // 本月未收款订单数 }, "2": { "month": "02", "not_get_price_count": 123123, "not_get_order_count": 2 }, "3": { "month": "03", "not_get_price_count": 0, "not_get_order_count": 0 }, "4": { "month": "04", "not_get_price_count": 0, "not_get_order_count": 0 }, "5": { "month": "05", "not_get_price_count_year": 0, "not_get_order_count_year": 0 }, "6": { "month": "06", "not_get_price_count": 0, "not_get_order_count": 0 }, "7": { "month": "07", "not_get_price_count": 0, "not_get_order_count": 0 }, "8": { "month": "08", "not_get_price_count": 0, "not_get_order_count": 0 }, "9": { "month": "09", "not_get_price_count": 0, "not_get_order_count": 0 }, "10": { "month": "10", "not_get_price_count": 0, "not_get_order_count": 0 }, "11": { "month": "11", "not_get_price_count": 0, "not_get_order_count": 0 }, "12": { "month": "12", "not_get_price_count": 0, "not_get_order_count": 0 } } }, "error_code": 0, "error_message": "" }
{ "data": { "order_count_year": 32, //本年总订单数 "alredy_pay_count_year": 1100, // 本年已收金额 "not_pay_count_year": 249532, // 本年未收金额 "order_count_month": 31, // 本月订单总量 "alredy_pay_count_month": 10, // 本月已收金额 "not_pay_count_month": 21, // 本月未收金额 "already_pay_year_list": { // 已收款订单统计柱状图列表 "1": { "month": "01", //月份 "alredy_get_price_count": 1000, // 本月已收款金额总和 "alredy_get_order_count": 10 }, // 本月已收款订单数量 "2": { "month": "02", "alredy_get_price_count": 100, "alredy_get_order_count": 1 }, "3": { "month": "03", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "4": { "month": "04", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "5": { "month": "05", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "6": { "month": "06", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "7": { "month": "07", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "8": { "month": "08", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "9": { "month": "09", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "10": { "month": "10", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "11": { "month": "11", "alredy_get_price_count": 0, "alredy_get_order_count": 0 }, "12": { "month": "12", "alredy_get_price_count": 0, "alredy_get_order_count": 0 } }, "not_pay_year_list": {// 未收款订单统计柱状图列表 "1": { "month": "01", // 月份 "not_get_price_count_year": 249532,// 本月未收款金额总和 "not_get_order_count_year": 21 // 本月未收款订单数 }, "2": { "month": "02", "not_get_price_count": 123123, "not_get_order_count": 2 }, "3": { "month": "03", "not_get_price_count": 0, "not_get_order_count": 0 }, "4": { "month": "04", "not_get_price_count": 0, "not_get_order_count": 0 }, "5": { "month": "05", "not_get_price_count_year": 0, "not_get_order_count_year": 0 }, "6": { "month": "06", "not_get_price_count": 0, "not_get_order_count": 0 }, "7": { "month": "07", "not_get_price_count": 0, "not_get_order_count": 0 }, "8": { "month": "08", "not_get_price_count": 0, "not_get_order_count": 0 }, "9": { "month": "09", "not_get_price_count": 0, "not_get_order_count": 0 }, "10": { "month": "10", "not_get_price_count": 0, "not_get_order_count": 0 }, "11": { "month": "11", "not_get_price_count": 0, "not_get_order_count": 0 }, "12": { "month": "12", "not_get_price_count": 0, "not_get_order_count": 0 } } }, "error_code": 0, "error_message": "" }