支付成功车辆离场
简要描述
- 车辆出口线上缴费后,通知设备车辆缴费成功,如有打印机则提示用户打印收费小票,没有打印机则提示一路顺风;
请求报文
{
"msgId": "52b11f145b94876e123456",
"deviceNo": "52b11f145b94876e",
"actionName": "onlinePaymentResult",
"ack": 0,
"resultCode": "1",
"data":"{
\"type\": \"licensedPlate\",
\"displayPageTimeout\": \"150\",
\"cph\": \"京A12477\",
\"parkDuration\": \"0天0小56分\",
\"isCharge\": true,
\"inTime\": \"2024-3-20 09:15:48\",
\"outTime\": \"2024-3-20 08:20:06\",
\"carType\": \"TmpA\",
\"billQrcode\": \"\",
\"payType\": 2,
\"chargeMoney\": 10
}"
}
- 请求报文说明
字段名称 | 类型 | 必填 | 描述 |
---|---|---|---|
deviceNo | String | 是 | 表示当前设备的唯一标记 |
actionName | String | 是 | onlinePaymentResult |
sign | String | 否 | |
resultCode | String | 是 | 处理结果:1-成功 其它失败 |
data | Object | 是 | 表示json字符串 |
– displayPageTimeout | int | 否 | 提示页面显示时长 |
–cph | String | 是 | 车牌号 |
– carType | String | 否 | 车牌类型 |
– parkDuration | String | 否 | 停车时间 |
–enterParkTime | String | 否 | 入场时间 |
– outParkTime | String | 否 | 出场时间 |
– chargeMoney | float | 是 | 缴费金额 |
– billQrcode | String | 是 | 发票二维码 |
- 响应报文
{
"actionName":"onlinePaymentResult",
"deviceNo":"52b11f145b94876e",
"message":"二维码缴费结果应答成功",
"msgId":"52b11f145b94876e123456",
"msgid":"52b11f145b94876e123456",
"resultCode":1
}
- 响应报文说明
字段名称 | 类型 | 必填 | 描述 |
---|---|---|---|
msgId | String | 是 | 服务器下发的消息msgId |
deviceNo | String | 是 | 表示当前设备的唯一标记 |
actionName | String | 是 | onlinePaymentResult |
resultCode | int | 是 | 1,成功;0 失败 |
message | String | 是 | 消息描述 |
作者:郭祥西 创建时间:2024-02-28 10:09
最后编辑:郭祥西 更新时间:2024-11-07 15:18
最后编辑:郭祥西 更新时间:2024-11-07 15:18