# 当天交易汇总

查询机具的当天交易汇总

# 请求方法

POST

# 请求地址

https://payapi.weixiao.qq.com/stattoday

# 参数说明

# 响应说明

{
    "code": 0,
    "message": "",
    "data": {
        "total_amount": "0",
        "order_num": "0",
        "total_payamount": "0",
        "total_refundamount": "0",
        "date_time": "2020-12-12 13:25:40"
    }
}
参数名 类型 必填 描述
code int Y 业务状态 0 为成功 其他为失败
message string Y 业务提示
data total_amount int Y 机具当日发生金额
order_num int Y 机具当日消费笔数
total_payamount int Y 机具当日应收金额
total_refundamount int Y 机具当日退款金额
date_time string Y 服务器当前时间