简要描述:

  • 店员端数据统计

请求URL:

POST/wapstore/addons/execute/addons/store/controller/wapstore/action/saleStatistics

参数:

参数名 是否必须 类型 说明
start_time string 开始时间,格式:2020-05-05 00:00:00
end_time string 结束时间,格式:2020-05-05 23:59:59

返回示例:

正确时返回:

{
    "code": 1,
    "message": "获取成功",
    "data": {
        finished_count: 3
		gift_voucher: 2
		member_card: 3
		online_order_count: 2
		online_order_money: 1.8
		refund_order_count: 0
		refund_order_money: 0
		store_cash_order_count: 0
		store_cash_order_money: 0
		total_order_count: 2
		total_order_money: 1.8
    }
}
参数名 类型 说明
store_cash_order_money float 门店收银订单额
store_cash_order_count int 门店收银订单量
online_order_money float 线上订单额
online_order_count int 线上订单量
total_order_money float 销售总额
total_order_count int 成交订单量
refund_order_money float 售后总额
refund_order_count int 售后订单量
finished_count int 核销订单数
member_card int 核销消费卡
gift_voucher int 核销礼品券