外卖消费频次分析
GET
http://{host}/web_api/wmxspcfx
公共请求参数
参数名
类型
描述
必填
token
string
验签token,必传,用以校验当前用户的登录状态等
必填
业务请求参数
参数名
类型
描述
必填
begindt
date
开始日期
必填
enddt
date
结束日期
必填
bmbh
string
部门编号合集
必填
yhbh
string
当前用户编号
必填
公共响应参数
参数名
类型
描述
必填
status
integer
业务状态(1-成功,其余请查看错误码信息)
必填
code
integer
登录状态(0-成功,1001-登录超时、验签失败)
必填
msg
string
错误描述信息(ok-请求正常)
必填
count
integer
数据总条数
必填
data
array
接口返回数据集合
必填
业务响应参数
参数名
类型
描述
必填
xh
integer
序号
必填
bmbh
string
部门编号
必填
pcmc
string
频次名称
必填
lxdh
string
联系电话
必填
zsl
float
总数量
必填
zzb
float
总占比
必填
elmsl
float
饿了么数量
必填
elmzb
float
饿了么占比
必填
mtsl
float
美团数量
必填
mtzb
float
美团占比
必填
bdsl
float
百度数量
必填
bdzb
float
百度占比
必填
jdsl
float
京东数量
必填
jdzb
float
京东占比
必填
qjzsl
float
区间总数量
必填
qjelmsl
float
区间饿了么数量
必填
qjmtsl
float
区间美团数量
必填
qjbdsl
float
区间百度数量
必填
qjjdsl
float
区间京东数量
必填
pxh
integer
排序号
必填