简要描述:
接口版本:
| 版本号 |
制定人 |
制定日期 |
修订日期 |
| 1.0.1 |
kevin |
2019-12-17 |
|
请求URL:
请求方式:
请求头:
| 参数名 |
是否必须 |
类型 |
说明 |
| Content-Type |
是 |
string |
|
| Content-MD5 |
是 |
string |
|
请求参数:
| 参数名 |
是否必须 |
类型 |
说明 |
| ordersn |
是 |
string |
订单号 |
返回示例:
正确时返回(例子):
{
"msg": "获取订单成功",
"code": 200,
"icon": 1,
"time": 2000,
"data": {
"status": 0,
"order_type": 6,
"ordersn": "35901576208875228",
"order_num": "35901576208875228",
"create_at": "2019-12-13 11:47:55",
"plateNum": null,
"plateType": null,
"vin": "LSGAR5AL6FH154257",
"dybj": null
},
"url": null
}
错误时返回(例子):
返回参数说明:
| 参数名 |
类型 |
说明 |
| status |
int |
状态 0=待支付 1=支付成功 2=支付失败 |
| order_type |
int |
0=维保 1=事故 2=车辆信息 |
| order_num |
string |
订单号 |
| ordersn |
string |
订单号 |
| create_at |
string |
下单时间 |
| plateNum |
string |
车牌号 |
| plateType |
string |
号牌类型 |
| vin |
String |
车架号后 4 位 |
| dybj |
string |
抵押状态,0-未抵押,1-已抵押 |
备注:
- 更多返回错误代码请看下面
200 请求成功
400 请求失败
文档更新时间: 2019-12-17 15:39 作者:jetsamsun