Skip to content

打印分拣核查单

station/distribute/get_order_by_id

接口描述
    更改系统配置
Method
    GET
request
    ids M   list  订单列表 
reponse
{
  "code": 0,
  "msg": "ok",
  "data": [
    {
        id                      订单号
        driver_name             司机
        resname                 商户名
        address_route_name      线路名
        sort_id                 分拣序号
        details:
        [
            {
                id                  商品ID
                name                商品名
                quantity            下单数量
                specs               规格
                real_weight         实配数
                category_title_2    分类
                sale_unit_name      销售单位
                std_unit_name       基本单位
                union_dispatch      是否统配,true表示统配,false为非统配
                ........            
            }
        ]
    }
  ]
}