文档
测试

获取数据列表

POST
http://api.5tscm.com/kc/statistical/getListDataDay

请求参数

参数名
类型
描述
必填
start_date
datetime
开始日期
必填
end_date
datetime
结束日期
必填
page
int
当前页数
必填
page_size
int
每页显示条数
必填
type
int
1 代表天 2 代表周
必填

响应参数

参数名
类型
描述
必填
id
int
数据id,唯一标识
必填
in_date
datetime
生成日期
必填
status
varchar
状态,默认00
必填
total_order
int
总订单数
必填
firm_order
int
有效订单数
必填
abnormal_order
int
异常订单数
必填
deal_order
int
已处理订单数
必填
no_deal_order
未处理订单数
必填
avg_weight
decimal
平均重量
必填
express_expend
decimal
物流费用
必填
express_profit
decimal
物流利润
必填
one_express_avg_cost
decimal
每一单平均成本
必填
express_avg_cost
decimal
每公斤平均单价
必填
storehouse_weigh
decimal
入库总量(kg)
必填
scan_storehouse_weigh
decimal
扫码入库重量(kg)
必填
hand_storehouse_weigh
decimal
手动入库重量(kg)
必填
value_estimation
decimal
货值预估
必填
profit_estimation
decimal
利润预估
必填
turn_company
int
运营企业
必填
sleep_company
int
休眠企业
必填
json
array
关于物流占比、入库情况企业占比、仓库占比
必填
express
array
物流占比
必填
name
string
物流名称
必填
value
int
订单数量
必填
percent
decimal
所占百分比
必填
company
array
入库情况企业占比
必填
name
string
公司名称
必填
value
decimal
入库重量
必填
percent
decimal
所占百分比
必填
storehouse
array
仓库占比
必填
name
string
仓库名称
必填
value
decimal
入库重量
必填
percent
decimal
所占百分比
必填
c_company
array
订单 - 企业占比
必填
name
string
名称
必填
value
int
订单数
必填
percent
decimal
所在百分比
必填
c_storehouse
array
订单-仓库占比
必填
name
string
名称
必填
value
int
订单数
必填
percent
decimal
所在百分比
必填
express_income
decimal
物流收入
必填
over_storehouse_weigh
decimal
过磅入库重量(kg)
必填
turn_storehouse
int
运营仓库
必填
sleep_storehouse
int
休眠仓库
必填
express_weigh
decimal
物流实时重量
必填