支付成功车辆离场

  • 简要描述

    • 车辆出口线上缴费后,通知设备车辆缴费成功,如有打印机则提示用户打印收费小票,没有打印机则提示一路顺风;
  • 请求报文

{
    "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