文档
测试

财务列表

GET
/api/logistics/v1/admin/statistics/list?module=statistics

请求参数

参数名
类型
描述
必填
module
string
固定写死
必填
order_id
必填
merchant_id
必填
region_id
必填
price_schedule_status
收款状态 : 1待付款 2已收款(进微信账户)
必填
start_time
必填
end_time
必填
payment
支付方式 1:现金 2 月结
必填

说明 / 示例

{ "data": { "list": [ { "id": 66, "order_id": "BJ00000066", "order_price": 12, "order_time": "2020-01-15", "merchant_id": "23", "driver_id": 36, "car_id": 28, "order_status": "未分配", "payment": "微信二维码支付", "user_id": 1, "type": "内部物流", "remark": "", "status": 1, "name": "12", "address": "12", "phone": "12", "create_time": "2020-01-12T16:00:00.000Z", "default_price": 12, "default_type": 0, "default_payment": 1, "merchant_name": "12", "merchant_address": "12", "merchant_phone": "12", "merchant_province": "山西省", "merchant_city": "阳泉市", "merchant_district": "郊区", "order_price_procedure": 0.07200000000000001, "order_price_withdraw": 11.928, "maker": "admin1", "price_schedule_status": "待付款" } ], "count": 57, "statistics_order_price": 376153.34, // 总运费 "statistics_commission_charges": 2256.92,//总手续费 "statistics_practical_account": 373896.41 }, // 实际到账 "error_code": 0, "error_message": "" }