文档
测试

门店退品统计

GET
http://{host}/web_api/mdtptj

公共请求参数

参数名
类型
描述
必填
token
string
验签token,必传,用以校验当前用户的登录状态等
必填

业务请求参数

参数名
类型
描述
必填
bmbh
string
部门编号集合,编号用@@组合起来,比如@A01@
必填
begindt
string
开始日期
必填
enddt
string
结束日期
必填

公共响应参数

参数名
类型
描述
必填
status
integer
业务状态(1-成功,其余请查看错误码信息)
必填
code
integer
登录状态(0-成功,1001-登录超时、验签失败)
必填
msg
string
错误描述信息(ok-请求正常)
必填
count
integer
数据总条数
必填
data
array
接口返回数据集合
必填

业务响应参数

参数名
类型
描述
必填
bmbh
string
部门编号
必填
bmmc
string
部门名称
必填
yjze
integer
下单前退品笔数
必填
rlze
integer
下单后退品笔数
必填
xsze
integer
反结账笔数
必填