POS对账单-统计
更新时间:2022-03-21 11:31
描述

统计POS对账单 只有新对账才能统计

URL

{你的ERP域名}/app_pos_dzd/aapi_pos_dzd/statistics

HTTP请求方式

post

是否需要登录

false

请求参数
字段 必选 类型及范围 说明
appid true string 应用ID(appId)
sign true string 签名参数
pt_user_id true int 用户ID
aim_stores_id true int 门店ID
start_date true string 开始日期 年月日
end_date true string 结束日期 年月日
返回字段说明
字段 类型及范围 说明
status string 状态 y=成功 n=失败
info html 提示信息
data array 返回的数据
data[][order_id] int 统计单据ID
data[][order_code] string 统计单据号
data[][order_type] string 统计单据类型
data[][order_types] string 统计单据类型名称
data[][price] string 金额
data[][price_tax] string 含税金额
data[][remark] string 备注
meter array 返回的合计数据
total int 总条数
TIPS

统计POS对账单