请求例子:
apirq('truck', {
method: "post",
data: {
"plate_no": "鲁Q9094N",
"com_id": "dc332415f1c87f9b",
"prop": 2,
"type": "厢式",
"vco": 2,
"vin": "",
"owner_name": "姚**",
"load_length": 15,
"load_width": 4,
"load_height": 3,
"load_volume": 180,
"load_weight": 500,
"driver": "c3f444804ce160cf"
}
})
返回数据结果:
{
"code": 0,
"msg": "数据添加成功!",
"time": "1524212260",
"data": {
"truck_id": "5ad9a22401010000",
"com_id": "dc332415f1c87f9b",
"plate_no": "鲁Q9094N",
"vco": 2,
"vin": "",
"prop": 2,
"type": "厢式",
"status": 1,
"length": "0.00",
"width": "0.00",
"height": "0.00",
"load_length": "15.00",
"load_width": "4.00",
"load_height": "3.00",
"load_volume": 180,
"load_weight": 500,
"owner_name": "姚**",
"owner_phone": "",
"owner_check": 0,
"owner_id": "",
"vcl_id": "",
"is_exist": 0,
"notify_area": "",
"driver": "c3f444804ce160cf",
"delete_time": null,
"com_name": "世界和平物流有限公司",
"driver_name": "小玉儿",
"driver_mobile": "13212345678"
}
}