请求例子:
apirq('line/normalline/:line_id', {
data: {
"line_id": "9437234ced99aaa9"
},
urlparams: [
"line_id"
]
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1524119777",
"data": {
"line_id": "9437234ced99aaa9",
"type": 0,
"start_net_id": "d466b9497ccc7924",
"end_net_id": "c84dfc14b0fe119f",
"status": 0,
"run_status": 0,
"approval_status": 0,
"protocol_status": 0,
"distance": 234154,
"duration": 24213,
"overtime_limit": 0,
"run_times": 0,
"waybill_count": 0,
"listbill_count": 0,
"create_time": "2018-04-19 14:29:21",
"create_by": {
"uid": "0000000000000001",
"code": "U1000000",
"username": "administrator",
"nickname": "超级管理员",
"realname": "超级管理员"
},
"update_time": "2018-04-19 14:34:58",
"update_by": {
"uid": "0000000000000001",
"code": "U1000000",
"username": "administrator",
"nickname": "超级管理员",
"realname": "超级管理员"
},
"delete_time": null,
"base_price": "5.0000",
"title": "测试修改了普线",
"full_title": "测试普线",
"initials": "cstjzx",
"description": "修改了的普线",
"protocol_notpass": ",d466b9497ccc7924,c84dfc14b0fe119f,",
"path_ids": ",d466b9497ccc7924,c84dfc14b0fe119f,",
"path_data": {
"line_type": 1,
"total_base_price": 5,
"is_multi": false,
"path_ids": ",d466b9497ccc7924,c84dfc14b0fe119f,",
"charge_main": {
"gbw": [
{
"wmin": 0,
"wmax": 3,
"wdj": 1.7,
"wxfl": 3,
"wdesc": "从0到3千克单价为1.7元,多线时下浮百分之3",
"wformula": "[[wgt]]*1.7*(1-[[mul]]*0.03)"
},
{
"wmin": 3,
"wmax": 20,
"wdj": 1.6,
"wxfl": 3,
"wdesc": "从3到20千克单价为1.6元,多线时下浮百分之3",
"wformula": "[[wgt]]*1.6*(1-[[mul]]*0.03)"
},
{
"wmin": 20,
"wmax": 100,
"wdj": 1.1,
"wxfl": 6,
"wdesc": "从20到100千克单价为1.1元,多线时下浮百分之6",
"wformula": "[[wgt]]*1.1*(1-[[mul]]*0.06)"
}
],
"gbv": [
{
"vmin": 0,
"vmax": 20,
"vdj": 8.9,
"vxfl": 3,
"vdesc": "从0到20方单价为8.9元,多线时下浮百分之3",
"vformula": "[[vol]]*8.9*(1-[[mul]]*0.03)"
},
{
"vmin": 20,
"vmax": 80,
"vdj": 8.5,
"vxfl": 5,
"vdesc": "从20到80方单价为8.5元,多线时下浮百分之5",
"vformula": "[[vol]]*8.5*(1-[[mul]]*0.05)"
}
]
},
"sections_divide": [
{
"sort": 0,
"net_id": "d466b9497ccc7924",
"rate": 30,
"base_price": 1.5
},
{
"sort": 1,
"net_id": "c84dfc14b0fe119f",
"rate": 70,
"base_price": 3.5
}
],
"sublines_conf": [
{
"sort": 0,
"net_from": "d466b9497ccc7924",
"net_to": "c84dfc14b0fe119f",
"sub_rate": 100,
"all_rate_from": 30,
"all_rate_to": 70,
"sub_rate_from": 30,
"sub_rate_to": 70
}
]
},
"start_net": {
"net_id": "d466b9497ccc7924",
"com_id": "05d48fa8743570b0",
"code": "N89672",
"name": "杭州",
"contacts": "李云",
"mobile": "13422223333",
"lng": "120.181620",
"lat": "30.229713",
"district_id": 44189
},
"end_net": {
"net_id": "c84dfc14b0fe119f",
"com_id": "05d48fa8743570b0",
"code": "N71809",
"name": "江夏2",
"contacts": "王小云",
"mobile": "132001244456",
"lng": "113.283244",
"lat": "23.211662",
"district_id": 1692
},
"path_nets": [
{
"net_id": "c84dfc14b0fe119f",
"com_id": "05d48fa8743570b0",
"code": "N71809",
"name": "江夏2",
"contacts": "王小云",
"mobile": "132001244456",
"lng": "113.283244",
"lat": "23.211662",
"district_id": 1692,
"cominfo": {
"com_id": "05d48fa8743570b0",
"code": "C57732",
"name": "天天向上2",
"address": "四川省成都市青羊区西御河街道大树拐街15号五福街56号院",
"contacts": "李白",
"mobile": "13212345678"
}
},
{
"net_id": "d466b9497ccc7924",
"com_id": "05d48fa8743570b0",
"code": "N89672",
"name": "杭州",
"contacts": "李云",
"mobile": "13422223333",
"lng": "120.181620",
"lat": "30.229713",
"district_id": 44189,
"cominfo": {
"com_id": "05d48fa8743570b0",
"code": "C57732",
"name": "天天向上2",
"address": "四川省成都市青羊区西御河街道大树拐街15号五福街56号院",
"contacts": "李白",
"mobile": "13212345678"
}
}
]
}
}