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
72e49542
Commit
72e49542
authored
Jun 15, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
935d189f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
13 deletions
+27
-13
异步导出CAN数据.md
jac-modules-report/CanDataQueryController/异步导出CAN数据.md
+27
-13
No files found.
jac-modules-report/CanDataQueryController/异步导出CAN数据.md
View file @
72e49542
# 异步导出CAN数据
# 异步导出CAN数据
> URL: http://localhost:921
0
/canData/export
> URL: http://localhost:921
7
/canData/export
>
>
> Origin Url: http://localhost:921
0
/canData/export
> Origin Url: http://localhost:921
7
/canData/export
>
>
> Type: POST
> Type: POST
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
|Header Name| Header Value|
|Header Name| Header Value|
|---------|------|
|---------|------|
|Authorization|Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo1MTM0MywidGVuYW50SWQiOjEsInVzZXJfa2V5Ijoi
ZTI5MTZhZjAtNGE0NS00NWU4LWFlNzUtZDVlZjc2NDdkMzRlIiwidXNlcm5hbWUiOiJxdXdlaSJ9.29Gyeya2RafQlqaJyY0NtlNkwIfJVjRpGZ8kTcpvl2O1rKZOkz3yK9-7O70iKFopflx1i7Df8zMqvnOEQNrGsw
|
|Authorization|Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo1MTM0MywidGVuYW50SWQiOjEsInVzZXJfa2V5Ijoi
NDYzMTY0MzYtMWQ0YS00Y2UxLWE5NTItMWVhOTk1YmMwZTc2IiwidXNlcm5hbWUiOiJxdXdlaSJ9.VJURLBUUaM_khRRIGMOhZf5t_Z0dguYQi6ZiXnD1rJhHmj0-Z5CwKj3Xs-dUb2jLXMZ5pJXpQXP1-rwSL90xCA
|
### Parameters
### Parameters
...
@@ -33,16 +33,15 @@
...
@@ -33,16 +33,15 @@
```
```
{
{
"chassisNum": "T1109794",
"startTime": "2026-06-11 11:05:15",
"endTime": "2026-06-11 11:30:49",
"datasetType": 1,
"groupIds": [
"groupIds": [
1
5
1
01,
]
,
117
,
"fieldIds": [
400
],
],
"chassisNum": "L1505677",
"startTime": "2026-05-26 00:00:00",
"endTime": "2026-05-26 23:59:59",
"datasetType": 1,
"gbVersion": "2016",
"pageNum": 1,
"pageNum": 1,
"pageSize": 10
"pageSize": 10
}
}
...
@@ -87,8 +86,23 @@
...
@@ -87,8 +86,23 @@
{
{
"resultCode": 200,
"resultCode": 200,
"message": "OK",
"message": "OK",
"traceId": "d7d1532b71384790",
"traceId": "816208caa26637ad",
"data": 3
"data": {
"id": 188,
"userId": 51343,
"userName": "quwei",
"menuName": "CAN数据查询",
"exportItem": "导出CAN数据记录",
"exportTimeRange": "2026-06-11 11:05:15 ~ 2026-06-11 11:30:49",
"operationTime": "2026-06-15 16:23:14",
"finishTime": null,
"status": 0,
"filePath": null,
"fileName": null,
"errorMsg": null,
"requestParams": "{\"chassisNum\":\"T1109794\",\"datasetType\":1,\"endTime\":\"2026-06-11 11:30:49\",\"groupIds\":[101,117,400],\"pageNum\":1,\"pageSize\":10,\"startTime\":\"2026-06-11 11:05:15\"}",
"createTime": 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