文档
测试

行车三检获取详情

POST
http://aqjd.aqpx.online/distributMethod

请求参数

参数名
类型
描述
必填
USERID
varchar
用户登陆成功之后获取到的用户id
必填
TOKEN
varchar
用户登陆成功后获取到的token
必填
METHOD
varchar
请求接口(getLogBookInfo)
必填
LOGID
记录ID
必填

响应参数

参数名
类型
描述
必填
code
int
接口返回结果成功0为失败1为成功
必填
msg
varchar
返回的提示信息·
必填
info
json
返回的结果数据,当code为1时才会有结果,否则为空
必填

说明 / 示例

成功返回结果* ![image.png](https://cos.easydoc.net/89512176/files/k9837rhz.png) ![image.png](1) bookInfo:为基本信息 data.info.bookInfo.time 日期: data.info.bookInfo.work_time行驶时间: data.info.bookInfo.name 驾驶员姓名: data.info.bookInfo.idcard 驾驶员身份证号:: data.info.bookInfo.attendantname 乘务员姓名: data.info.bookInfo.attendantidcard乘务员身份证号: data.info.bookInfo.carnumber 车牌号: data.info.bookInfo.cardrive 核载人数: data.info.bookInfo.mile 里程: data.info.frecordList[0].slocation 出发地点:: data.info.erecordList[0].elocation 核载人数: frecordList出发前确认: turn_to: 转向 braking: 制动 wiper: 雨刷器 emergency_hammer: 应急锤 emergency_lamp: 应急灯 safe_top_window: 安全顶窗 video_surveillance: 视频监控 tyre: 轮胎 lighting: 灯光 safety_belt: 安全带 emergency_window: 应急窗 fire_extinguisher: 灭火器 satellite_positioning: 卫星定位 safety_equipment: 安全防护设施器材 dangerous_identification: 道路运输危险货物车辆标志 storage_device: 储运装置 车辆行驶记录: 开始 循环 frecordList frecordList.start_time 发车时间 frecordList.cardrive 承载人数 frecordList.slocation 始发点(含中途停靠点) 停靠 循环srecordList srecordList.start_time 发车时间 srecordList.cardrive 承载人数 srecordList.now_time 停靠时间 srecordList.slocation 始发点(含中途停靠点) srecordList.driving_time 行驶时间 结束: 循环erecordList erecordList.start_time 发车时间 erecordList.now_time 停靠时间 erecordList.slocation 终点 erecordList.driving_time 行驶时间 trueUser 身份证照片 before 为开车前确认:status 通过/未通过 img为人脸检测上传照片 after 为收车信息:status 通过/未通过 img为人脸检测上传照片