文档
测试

按年-已收款柱状图列表

GET
/api/logistics/v1/admin/statistics/already_pay_year_list

请求参数

参数名
类型
描述
必填
year
string
2020
必填

说明 / 示例

{ "data": { "1": { "month": "01", // 月份 "alredy_get_price_count": 123,// 本月已收款金额总和 "alredy_get_order_count": 2 // 本月已收款订单数量 }, "2": { "month": "02", "alredy_get_price_count": 234, "alredy_get_order_count": 2 }, "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": 124, "alredy_get_order_count": 2 }, "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 } }, "error_code": 0, "error_message": "" }