操作日志迭代
操作日志迭代
1、日志搜索接口改动/station/op_log/list
请求不变:GET
当日志类型为订单时search_text由原来的订单号搜索增加根据分拣序号和商户名搜索
当日志类型为分拣时search_text在原来的商户名/商品id/订单id查询的基础上增加根据分拣id查询
op_start_date M date 开始时间
op_end_date M date 结束时间
log_type M int 日志类型 4
search_text O str 搜索
op_type O int 操作类型 4-称重 5-缺货 6-打印
page_obj O str 分页
limit O int 限制 10
reverse O bool
返回参数变动
返回的op_data中增加分拣序号和商户名
sort_id O int 分拣序号
customer_name O str 用户id
2、日志详情改动/station/op_log/get
请求不变:GET
id M str 日志id
返回的data中增加分拣序号和商户名
sort_id M int 分拣序号
customer_name M str 用户id
3、参考文档
https://doc.guanmai.cn/%E9%A1%B9%E7%9B%AE%E5%BC%80%E5%8F%91/%E5%88%86%E6%8B%A3%E6%97%A5%E5%BF%97/%E5%88%86%E6%8B%A3%E6%97%A5%E5%BF%97%E6%96%B9%E6%A1%88/