简要描述
请求URL
/api/customer/detailCusLine
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
contract_line_id |
是 |
int |
合同路线id |
返回示例
{
"code": 200,
"msg": "OK",
"data": {
"id": 18,
"contract_id": 41,
"company_id": 1,
"contract_code": "HT0011820220609115531454033",
"line_code": "XL0011920220609115531560108",
"line_name": "666",
"is_auto_order": 1,
"line_type": 3,
"car_type": 3,
"car_len": 3,
"car_axle": 3,
"send_goods_name": "",
"send_goods_tel": "",
"goods_name": "货物名称767676",
"goods_num": 1200,
"goods_weight": "3333.00",
"goods_volume": "3232.00",
"goods_price": "29.00",
"charg_type": 1,
"is_open_ticket": 1,
"stop_point_id": "6,9",
"set_type": 1,
"payable_freight": "3000.00",
"loading_fee": "3222.00",
"service_fee": "3333.00",
"other_fee": "4444.00",
"start_business_range": "0.00",
"end_business_range": "0.00",
"car_speed": 100,
"electronic_fence": 30000,
"repeat_time": "1,2,3,4",
"start_province": 1,
"start_city": 10,
"start_region": 50,
"end_province": 70,
"end_city": 30,
"end_region": 40,
"start_address": "我发车的地址",
"start_goods_name": "联系人",
"start_goods_tel": "15522109887",
"start_lnt": "123123123123",
"start_lat": "123123123123",
"end_address": "asdfasdfasdf",
"end_goods_name": "卸货地的老大哥",
"end_goods_tel": "18822356519",
"end_lnt": "3213213123123",
"end_lat": "123123123123",
"time_require_type": 1,
"require_start_time": "1",
"plan_hour": 3,
"plan_minute": 2,
"start_car_time": "1",
"arrival_car_time": "1",
"if_deleted": 0,
"created_id": 1313,
"updated_id": 1,
"created_at": "2022-06-09 11:55:00",
"updated_at": "2022-07-02 22:15:00",
"created_at_ymd": "2022-06-09",
"updated_at_ymd": "2022-07-02",
"car_type_name": "厢式车",
"car_len_name": "7.6米",
"car_axle_name": "4轴",
"line_type_name": "临掉",
"charg_type_name": "车",
"set_type_name": "月结",
"is_open_ticket_name": "1开票",
"stop_point_data": [
{
"id": 6,
"contract_id": 41,
"pass_address": "西南角",
"pass_goods_name": "东丽区联系人",
"pass_goods_tel": 1,
"pass_lnt": "39.2173618723",
"pass_lat": "39.2173618723",
"time_require_type": 1,
"require_start_time": "2",
"start_car_time": "2020-07-07",
"arrival_car_time": "2020-07-08",
"time_require_type_name": "无要求"
},
{
"id": 9,
"contract_id": 41,
"pass_address": "东丽区33333",
"pass_goods_name": "东丽区联系人",
"pass_goods_tel": 1,
"pass_lnt": "39.2173618723",
"pass_lat": "39.2173618723",
"time_require_type": 1,
"require_start_time": "2",
"start_car_time": "2020-07-07",
"arrival_car_time": "2020-07-08",
"time_require_type_name": "无要求"
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
contract_line_id |
int |
合同路线id |
is_auto_order |
int |
自动生成订单 0 否 1是 |
line_type |
int |
线路类型 1单边 2往返 3临调 4其他 |
car_type |
int |
车型 |
car_len |
int |
车长 |
car_axle |
int |
车轴 |
goods_name |
string |
货物名称 |
goods_num |
int |
货物件数 |
goods_weight |
int |
货物重量 |
goods_volume |
int |
货物体积 |
goods_price |
int |
货物价值 |
charg_type |
int |
计费方式 1是按车 2是按件 3是按吨 4是按方 |
electronic_fence |
string |
电子围栏半径 |
repeat_time |
string |
重复日 1.周一 2周二 3周三 4.周四 5.周五 6.周六 7.周日 99每天 |
start_province |
string |
始发地-省 |
start_city |
string |
始发地-市 |
start_region |
string |
始发地-区 |
end_province |
string |
目的地-省 |
end_city |
string |
目的地-市 |
end_region |
string |
目的地-区 |
start_address |
string |
装货地址 |
start_goods_name |
string |
装货地联系人 |
start_goods_tel |
string |
装货地联系人电话 |
start_lnt |
string |
装货地-经度 |
start_lat |
string |
装货地-纬度 |
end_address |
string |
卸货地 |
end_goods_name |
string |
卸货地联系人 |
end_goods_tel |
string |
卸货地联系人电话 |
end_lnt |
string |
卸货地-经度 |
end_lat |
string |
卸货地-纬度 |
time_require_type |
string |
时效要求: 1.无要求 2.仅要求时长 3.具体时间点 |
require_start_time |
string |
时效要求-装货时间 |
plan_hour |
string |
计划运输时效 - 时 |
plan_minute |
string |
计划运输时效 - 分 |
start_car_time |
string |
具体时间点 - 发车时间 |
arrival_car_time |
string |
具体时间点 - 到达时间 |
line_if_deleted |
string |
线路删除标识 |
user_id |
string |
当前登陆人id |
stop_point_data |
string |
经停点数据 |
stop_point_id |
string |
经停点id |
contract_id |
string |
经停点合同id |
stop_pass_address |
string |
经停点地址 |
stop_pass_goods_name |
string |
经停点联系人 |
stop_pass_goods_tel |
string |
经停点联系人电话 |
stop_pass_lnt |
string |
经停点-经度 |
stop_pass_lat |
string |
经停点-纬度 |
stop_time_require_type |
string |
经停点- 时效要求: 1.无要求 2.仅要求时长 3.具体时间点 |
stop_require_start_time |
string |
经停点- 时效要求- 装货时间 |
stop_start_car_time |
string |
经停点-具体时间点 - 发车时间 |
stop_arrival_car_time |
string |
经停点-具体时间点 - 到达时间 |
if_deleted |
string |
经停点-删除标识 0 正常 1删除 |
备注