ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
请求结构说明: > **dataItem 业务对象说明** | 字段名称 | 说明 | 类型 | 示例 | 是否必传字段 | | --- | --- | --- | --- | --- | | page | 当前页 | int | 1 | 是 | | pageSize | 每页记录数 | int | 10 | 是 | | recordNo | 入场流水号 | String | 1231231 | 否 | | carNum |车牌号码 | String | 粤B12345|否| | startTime | 查询开始时间| String | 2017-04-12 11:12:13| 否 | | stopTime | 查询结束时间| String | 2017-04-12 11:12:13| 否 | * * * * * > 示例: ~~~ { "parkCode": "SLZX/1P11", "code": 1, "msg": "", "dataItems": [{ "page": 1, "pageSize": 50, "startTime": "2018-04-10 00:00:00", "stopTime": "2018-04-11 00:00:00", "carNum": "粤A12345" }], "action": "query", "opt": "admin", "serviceId": "manage.parkin", "uuid": "e20b10b0-8633-4e7a-affa-dd7a55d02f56" } ~~~ 返回结构说明: > **dataItem 业务对象说明** | 字段名称 | 说明 | 类型 | 示例 | 是否必传字段 | | --- | --- | --- | --- | --- | | plateNumber | 车牌号 | String | 粤BH12345 | 是 | | carType | 车辆类型 | int | 参照附录车辆类型字典 | 是 | | carSubType | 车辆具体类型 | int | 参照附录车辆类型字典 | 是 | | enterTime | 预入场时间 | String | 2017-05-05 17:02:00 | 是 | | entrance | 入场口 | String | 通道一 | 是 | | enterOpame | 入场操作人员名称 | String | 张三 | 否 | | inChannelid | 入场通道标志| String | 1| 否 | | recordNo | 入场记录流水号| String | 12454545454|是 | | groupId | 车组标识 |int| 0 | 否 | | groupName | 车组名称 |String| 临时车组 | 否 | | inMac | 入场时所在设备 mac |String| xx_xx_xx_xx_xx | 否 | * * * * * > 示例: ~~~ { "parkCode": "SLZX/1P11", "code": 1, "msg": "", "uuid": "e20b10b0-8633-4e7a-affa-dd7a55d02f56", "serviceId": "manage.parkin", "action": "query", "dataItems": [ { "currentPage": 1, "totalPages": 1862, "totalItems": 3723, "itemsPerPage": 2, "items": [ { "plateNumber": "冀B8B6W1", "carType": 9, "enterTime": "2019-07-19 11:24:28", "entrance": "入口三", "carSubType": 91, "enterOpame": "刘*丽", "enterPic": "http://xx_xx_xx_xx_xx_xx.tdzntech.com:9898/tempdir/20190719/192.168.2.31_2019071911242800000_8390.jpg", "enterPicSmall": "http://xx_xx_xx_xx_xx_xx.tdzntech.com:9898/tempdir/20190719/192.168.2.31_2019071911242800000_8390_M.jpg", "inChannelid": "1", "recordNo": "E5042BE43CFC43A8BF7C6A54EBD3FED4", "groupId": 0, "groupName": "无车组", "inMac": "xx_xx_xx_xx_xx_xx" }, { "plateNumber": "冀BQB670", "carType": 8, "enterTime": "2019-07-22 10:03:41", "entrance": "入口二", "carSubType": 81, "enterOpame": "杨*婷", "enterPic": "http://xx_xx_xx_xx_xx_xx.tdzntech.com:9898/tempdir/20190722/192.168.2.21_2019072210034100000_9025.jpg", "enterPicSmall": "http://xx_xx_xx_xx_xx_xx.tdzntech.com:9898/tempdir/20190722/192.168.2.21_2019072210034100000_9025_M.jpg", "inChannelid": "1", "recordNo": "E3A053BD58FC4D3B996E15D53768D443", "groupId": 0, "groupName": "无车组", "inMac": "xx_xx_xx_xx_xx_xx" } ] } ], "opt": null } ~~~