settlement(班结/日结)
POST
http://localhost:9090/api/v1/system/settlement
接口描述
班结、日结查询、打印报表
请求参数
参数名
类型
描述
必填
token
string
必填
operate
string
100班结、200日结
必填
响应参数
参数名
类型
描述
必填
code
必填
message
必填
total_amt
string
总收
必填
total_num
string
总笔数
必填
pay_in_amt
string
应缴金额
必填
cashier_no
string
收银员编码
必填
cashier_name
string
收银员名称
必填
pos_no
string
pos机号
必填
branch_no
string
门店编码
必填
branch_name
string
门店
必填
on_date
string
当班日期
必填
settle_type
string
0班结1日结
必填
title
string
打印标题
必填
print_time
string
打印时间
必填
duty_settlement
json
班结数据(格式同日结列表)
必填