[TOC]
简要描述
请求URL
/web/getDisoatchPhoneCorrelation
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
company_id |
是 |
int |
物流id |
phone_num |
是 |
string |
运力手机号 |
返回示例
{
"code": 200,
"msg": "",
"data": [
{
"type": 1,
"is_black": 1,
"relation_type": "啊啊啊啊",
"correlation": {
"id": 21,
"is_operation": 1,
"name": "丁许峰",
"phone_num": "15733663859",
"status": 1,
"plate_num": "京AAAAAD",
"get_car_len": 2,
"get_car_type": 1,
"get_car_num": 2
}
},
{
"type": 2,
"is_black": 1,
"relation_type": "承运",
"correlation": {
"id": 54,
"is_operation": 1,
"name": "11114承运商",
"phone_num": "15733654871",
"status": 0,
"plate_num": ""
}
},
{
"type": 2,
"is_black": 1,
"relation_type": 114124,
"correlation": {
"id": 55,
"is_operation": 1,
"name": "11114承运商",
"phone_num": "15733654871",
"status": 0,
"plate_num": ""
}
},
{
"type": 1,
"is_black": 1,
"relation_type": "我的司机",
"correlation": {
"id": 56,
"is_operation": 1,
"name": "6346承运商11456",
"phone_num": "15733663852",
"status": 0,
"plate_num": ""
}
},
{
"type": 2,
"is_black": 0,
"relation_type": "承运",
"correlation": {
"id": 58,
"is_operation": 1,
"name": "11114承运商",
"phone_num": "15733654871",
"status": 0,
"plate_num": ""
}
}
]
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
除了200 其他均为报错 |
type |
int |
运力类型 1司机 2 承运商 |
is_black |
int |
是否拉黑 1 正常 0 拉黑 |
relation_type |
int |
关联运力类型 |
correlation |
object |
运力信息 |
correlation.id |
int |
运力id |
correlation.is_operation |
int |
营运状态 |
correlation.name |
运力名 |
correlation.phone_num |
int |
运力手机号 |
correlation.status |
int |
运力审核状态 |
correlation.plate_num |
int |
运力id |
备注