口味对应单品查询
GET
http://{host}/web_api/kwdydp
公共请求参数
参数名
类型
描述
必填
token
string
验签token,必传,用以校验当前用户的登录状态等
必填
page
integer
当前页码(分页查询时必传)
必填
limit
integer
每页条数(分页查询时必传,默认为0表示不分页)
必填
lastused
integer
当前操作时间戳
必填
db_name
string
当前操作企业序列号
必填
业务请求参数
参数名
类型
描述
必填
pzbm
string
口味编码
必填
dpkey
string
单品过滤关键字(单品编码+单品名称)
必填
dptype
integer
查询类型(0:所有单品;1:已对应单品;2:未对应单品)
必填
公共响应参数
参数名
类型
描述
必填
status
integer
业务状态(1-成功,其余请查看错误码信息)
必填
code
integer
登录状态(0-成功,1001-登录超时、验签失败)
必填
msg
string
错误描述信息(ok-请求正常)
必填
count
integer
接口返回的总数据条数
必填
data
array
接口返回的数据集合
必填
业务响应参数
参数名
类型
描述
必填
ischeck
integer
是否对应
必填
xmbh
string
项目编号
必填
xmmc
string
项目名称
必填
dw
string
单位
必填
pzbm
string
口味编码
必填