Commit 6ae79a4a authored by quwei's avatar quwei 🤸🏼

sync data

parent b4e4f21b
# 根据底盘号获取车辆CAN配置信息 # 根据底盘号获取车辆CAN配置信息
> URL: http://localhost:9210/canData/vehicleProfile?chassisNum=L1505677 > URL: http://localhost:9217/canData/vehicleProfile?chassisNum=T1109794
> >
> Origin Url: http://localhost:9210/canData/vehicleProfile > Origin Url: http://localhost:9217/canData/vehicleProfile
> >
> Type: GET > Type: GET
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
|Header Name| Header Value| |Header Name| Header Value|
|---------|------| |---------|------|
|Authorization|eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ0ZW5hbnRJZCI6MSwidXNlcl9rZXkiOiIyYTAxMGY4Zi05Yjc4LTQzZGQtOTkzOC00NDJhYTlmMmE0MzAiLCJ1c2VybmFtZSI6ImFkbWluIn0.U-gOXcDRVSse1XLLuM_gTFu6lUqNI-xnIBK9el1NzrFnp8UX8MstT01o97bEc8pQL9aI4W0oQmRqUXNKYb-yYw| |Authorization|Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo1MTM0MywidGVuYW50SWQiOjEsInVzZXJfa2V5IjoiNDYzMTY0MzYtMWQ0YS00Y2UxLWE5NTItMWVhOTk1YmMwZTc2IiwidXNlcm5hbWUiOiJxdXdlaSJ9.VJURLBUUaM_khRRIGMOhZf5t_Z0dguYQi6ZiXnD1rJhHmj0-Z5CwKj3Xs-dUb2jLXMZ5pJXpQXP1-rwSL90xCA|
### Parameters ### Parameters
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
|Required| Parameter | Type | Value | Description | |Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------| |---------|---------|------|------|------------|
|true|chassisNum|String|L1505677|| |true|chassisNum|String|T1109794||
##### Body parameters ##### Body parameters
...@@ -61,13 +61,18 @@ null ...@@ -61,13 +61,18 @@ null
{ {
"resultCode": 200, "resultCode": 200,
"message": "OK", "message": "OK",
"traceId": "1bcdc3116f0479c9", "traceId": "be858d76edc2cdee",
"data": { "data": {
"vehiclePowerType": 2, "vehiclePowerType": 2,
"structureNo": "X56A0", "structureNo": "X56A0",
"gbVersion": "2016", "gbVersion": "2025",
"vin": "LJ1E6C3R1L1505677", "vin": "LJ1EKBBS8T1109794",
"plateNo": "皖AU5677" "plateNo": null,
"communicationId": 991988959232,
"terminalNo": "XT05230006",
"simNo": "15465597275",
"powerType": "2",
"datasetType": null
} }
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment