Skip to content

司机排车增加排序

司机排车增加排序

  • Author: zhaofei
  • Status: update
  • Type: Standards
  • Created: 2018-12-4

task/distribute/orders/get 拉取配送的订单信息

接口描述:
    拉取配送的订单信息

Method:
    GET

request:
    不变

response:
data:       M   dict
{
    ...
    distribute_orders   M  dict
    {
        ...
        dirver_id   M  dict  # 驾驶员id
        {
            car_model_name  M   str  # 车型
        }
        ...
    }
    ...
}