维修记录java_维修保养记录

· 车辆保养记录查询,通过车辆VIN,即车辆识别代码、车架号,可以快速查询车辆历史报告、汽车历史记录、维修保养查询、事故车查询、召回查询、调表车、水淹车、火烧车等车辆存在的问题。&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp

· 主要应用场景:全面把握车辆历史记录,为二手车估值提供参考

· 范围:全国大部分地区、多种品牌、多种车型

回调地址请求信息:

1、进行数据申请后,系统会生成订单号,用户可根据订单号查询数据申请状态并获取数据。

2、通过用户回调地址请求,请求方式为POST请求,请求内容以字符流的形式输出给用户,请求内容格式:?code=1001&ampmessage=信息&ampdata=数据&amporderid=订单ID,用户必须返回json数据,里面必须含有“code=200”,返回示例为:{"code":200},通过code为200判断回调成功。回调不成功,启动重复确认机制,每隔10分钟请求一次回调地址, 共请求3次

3、示例代码:

public String test(String code,String message,String orderid,String data){

//执行代码

JSONObject result = new JSONObject()

result.put("code", "200")

result.put("message", "success")

return result.toString()

}

String code = “”

String message = “”

String orderid = “”

String data = “”

http://www.unicdata.com/common/api/VehicleMaintenance/insurorder?appkey=appkey&amppid=140&ampredirecturl=https://地址/test(code,message,code,data)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值