请求URL

/transmit/price/queryv2

请求参数

参数 类型 必填 说明
parkingID string M 车场编号
timestamp string M 毫秒时间戳
plate string M 车牌号
sign string M 签名

返回参数

参数 类型 必填 说明
code int M 状态 0失败 1成功
msg string C 错误信息,code=0必返
data string或object C code=0时返回签名前字符串,不包含实际「Key」。成功返回data对象
data.plate string M 车牌号
data.inTime string C 入场时间,在场必返,格式yyyy-MM-dd HH:mm:ss
data.outTime string C 出场时间,在场必返,格式yyyy-MM-dd HH:mm:ss
data.isOnPark int C 在场状态,0不在场1在场
data.totalAmount int C 停车总金额,单位分
data.paidAmount int C 已支付金额,缴费后不出场再次产生费用即可产生
data.discountAmount int C 优惠券抵扣金额
data.needPayAmount int C 本次停车应付金额

返回示例

{
    "code": 1,
    "data": {
        "plate": "鄂J94637",
        "outTime": "2023-03-02 15:23:41",
        "isOnPark": 1,
        "totalAmount": 5000,
        "paidAmount": 0,
        "discountAmount": 0,
        "needPayAmount": 5000
    }
}

results matching ""

    No results matching ""