文档
测试

车辆信息到期

POST
http://jiaxiao.dianjinkeji.cn/index.php/home/car/index

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
id
int
示例:2
必填
license_plate
string
示例:辽E9667学
必填
registration_date
string
示例:2020-03-31
必填
insurance_date
string
示例:2019-05-09
必填
insurance_date_expiry
int
示例:1588953600
必填
performance
string
示例:2020.5.9
必填
fuel
string
示例:
必填
coach_id
string
示例:无
必填
subject_car
string
示例:科二
必填
photo_z
string
示例:20200512\fcb6a8ad231a6e8bda3ac715ca5ee6c8.jpg
必填
photo_f
string
示例:20200512\76cc7cb25eb3451af5d74719a48185d0.jpg
必填
photo_l
string
示例:
必填
photo_r
string
示例:
必填
status
string
示例:success
必填
message
string
示例:操作完成
必填

说明 / 示例

{ "data": [ { "id": 2, "license_plate": "辽E9667学", "registration_date": "2020-03-31", "insurance_date": "2019-05-09", "insurance_date_expiry": 1588953600, "performance": "2020.5.9", "fuel": "", "coach_id": "无", "subject_car": "科二", "photo_z": "20200512\\fcb6a8ad231a6e8bda3ac715ca5ee6c8.jpg", "photo_f": "20200512\\76cc7cb25eb3451af5d74719a48185d0.jpg", "photo_l": "", "photo_r": "" }, { "id": 8, "license_plate": "辽E7969学", "registration_date": "2020-03-27", "insurance_date": "2019-04-28", "insurance_date_expiry": 1588003200, "performance": "2020.5.9", "fuel": "", "coach_id": "无", "subject_car": "科二", "photo_z": "", "photo_f": "", "photo_l": "", "photo_r": "" }, { "id": 7, "license_plate": "辽E9697学", "registration_date": "2020-03-25", "insurance_date": "2019-05-13", "insurance_date_expiry": 1589299200, "performance": "2020.5.9", "fuel": "", "coach_id": "无", "subject_car": "科二", "photo_z": "", "photo_f": "", "photo_l": "", "photo_r": "" }, { "id": 23, "license_plate": "辽EE8636", "registration_date": "2020-05-21", "insurance_date": "2020-03-22", "insurance_date_expiry": 1584806400, "performance": "", "fuel": "", "coach_id": "无", "subject_car": "班车", "photo_z": "", "photo_f": "", "photo_l": "", "photo_r": "" } ], "status": "success", "message": "操作完成" }