Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rap
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quwei
rap
Commits
6ae79a4a
Commit
6ae79a4a
authored
Jun 15, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
b4e4f21b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
根据底盘号获取车辆CAN配置信息.md
...modules-report/CanDataQueryController/根据底盘号获取车辆CAN配置信息.md
+13
-8
No files found.
jac-modules-report/CanDataQueryController/根据底盘号获取车辆CAN配置信息.md
View file @
6ae79a4a
# 根据底盘号获取车辆CAN配置信息
# 根据底盘号获取车辆CAN配置信息
> URL: http://localhost:921
0/canData/vehicleProfile?chassisNum=L1505677
> URL: http://localhost:921
7/canData/vehicleProfile?chassisNum=T1109794
>
>
> Origin Url: http://localhost:921
0
/canData/vehicleProfile
> Origin Url: http://localhost:921
7
/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
}
}
}
}
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment