简要描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
孙程 |
2019-09-18 |
|
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
Content-Type |
是 |
string |
|
Content-MD5 |
是 |
string |
|
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
token |
是 |
string |
用户授权 |
ordersn |
是 |
string |
客户订单序列号 |
返回示例:
正确时返回(例子):
"data": {
"id": 8,
"openId": "aae648ef114c4b7d9bf5485a2e61b112",
"apikey": "55578cb6b6924c8ca02dda368edc155f",
"vin": "WBA3X3102ED359677",
"customeorder": "94701568617144735",
"ret_url": "",
"Engine": "",
"LicensePlate": "",
"Amount": "3",
"ProductName": "4s店保养记录查询",
"OrderStatus": 3,
"order_no": "61724",
"brand_id": 5,
"checkbrand": 0,
"car_id": 38,
"status": 1,
"create_at": 1568617146,
"update_at": 1568617146,
"type": 0
},
错误时返回(例子):
{
}
返回参数说明:
参数名 |
类型 |
说明 |
uid |
int |
用户名 |
customeorder |
int |
自定义id |
car_id |
int |
车辆信息id |
OrderStatus |
int |
haoservice 数据平台订单状态 |
status |
int |
自定义订单状态 |
备注:
- 更多返回错误代码请看下面
200 请求成功
400 请求失败
文档更新时间: 2019-09-22 19:52 作者:jetsamsun