高速车辆微信支付次数评估

HTTPS
高速车辆微信支付次数评估
套餐 1
套餐 2
套餐 3
套餐 4
20 / 10 次

雷达评级

AA

用户规模

10 万+

产品上线

4

高速车辆微信支付次数评估

接口地址
https://chinadatapay.apistd.com/government/traffic/9444
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
plateNumberstring
string
车牌号(需MD5加密入参(32位小写)
carCodestring
string
车种类型(0:客车1:货车)
colorstring
string
车牌颜色(黄、绿、蓝)
startTimestring
string
自定义开始时间(格式为:YYYYMM,代表查询年月,如:今天是2019年1月19日,近两年的数据为2016年12月-2018年11月,此项输入:201612,备注:2019年1月20日更新后,近两年的数据为2017年1月-2018年12月)
endTimestring
string
自定义结束时间(格式为:YYYYMM,代表查询年月,如:今天是2019年1月19日,近两年的数据为2016年12月-2018年11月,此项输入:201612,备注:2019年1月20日更新后,近两年的数据为2017年1月-2018年12月)
返回参数 (Body)
参数类型描述
codestring
string
业务状态码
messagestring
string
提示信息
dataobject
object
infostring
string
使用行为详情
totalCountstring
string
微信支付使用总次数
proportionstring
string
微信支付使用次数占比
retstring
string
查询状态(0:查得; -1:未查得)
seqNostring
string
序列号(每次调用接口返回的唯一值,如有接口问题,请提供此值)
请求返回示例
{
  "code": "10000",
  "message": "成功",
  "data": {
    "ret": -1,
    "info": {}
  },
  "seqNo": "34HF7120201110163922508"
}