ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
请求结构说明: > **dataItem 业务对象说明** | 字段名称 | 说明 | 类型 | 示例 | 是否必传字段 | | --- | --- | --- | --- | --- | | plateNumber | 车牌号 | String | 粤BH12345 | 是 | | carType | 车辆类型 | int | 参照附录车辆类型字典 | 是 | | carSubType | 车辆具体类型 | int | 参照附录车辆类型字典 | 是 | | enterTime | 预入场时间 | String | 2017-05-05 17:02:00 | 是 | | entrance | 入场口 | String | 通道一 | 是 | | enterOpId | 入场操作人员Id | int | 1| 否 | | enterOpame | 入场操作人员名称 | String | 张三 | 否 | | recognizeType | 识别方式 | int | 0-其他 ,99-ETC| 是 | | inChannelid | 入场通道标志| String | 1| 否 | | recordNo | 入场记录流水号| String | 12454545454|是 | | groupId | 车组标识 |int| 0 | 否 | | groupUuid | 车组唯一标识 |String| 88E1889200B44A5EBEC92AD27FEE2174 | 否 | | groupName | 车组名称 |String| 临时车组 | 否 | | inMac | 入场时所在设备 mac |String| xx_xx_xx_xx_xx | 否 | | hardwareUuid|设备唯一标识 | String | | 否 | | channelScene|通道场景 | int | 0-手动放行,1-入场追缴,2-预付入场,3-登记入场 ,如果为空默认为0| 否 | * * * * * > 示例: ~~~ { "parkCode": "TEST/3P8", "code": 1, "msg": null, "uuid": "6afbee83-c2f8-40c9-87ed-58ea3f9e8583", "serviceId": "sync.pre.in.record", "action": null, "dataItems": [ { "plateNumber": "闽A12345", "plateColorTxt": "未知", "carType": 8, "enterTime": "2020-11-18 15:46:16", "entrance": "入口默认通道", "carSubType": 81, "enterOpId": 2, "enterOpame": "Admin", "recognizeType": 2, "enterPic": "", "enterPicSmall": null, "inChannelid": "27", "recordNo": "99E1889200B44A5EBEC92AD27FEE2174", "groupId": 1001, "groupName": "1", "inMac": "28_b9_87_c3_c4_8c", "visitorTime": null, "ticketNo": null, "trigger": 0, "hardwareId": 32, "hardwareUuid": "58DD4A7CCEC849988CC21A41C8733661" } ], "opt": "Admin", "timestamp": "2020-11-18 15:46:20" } ~~~ 返回结构说明: > **dataItem 业务对象说明** | 字段名称 | 说明 | 类型 | 示例 | 是否必传字段 | | --- | --- | --- | --- | --- | | num | 请求处理入场记录条数 | int | 1 | 是 | * * * * * > 示例: ~~~ { "code": 1, "dataItems": [ { "num": 1 } ], "parkCode": "TEST/3P8", "serviceId": "sync.pre.in.record", "uuid": "6afbee83-c2f8-40c9-87ed-58ea3f9e8583" } ~~~