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
dbb768bb
Commit
dbb768bb
authored
May 26, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
132a90b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
105 additions
and
0 deletions
+105
-0
异步导出CAN数据.md
jac-modules-business/CanDataQueryController/异步导出CAN数据.md
+105
-0
No files found.
jac-modules-business/CanDataQueryController/异步导出CAN数据.md
0 → 100644
View file @
dbb768bb
# 异步导出CAN数据
> URL: http://localhost:9202/canData/export
>
> Origin Url: http://localhost:9202/canData/export
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Authorization|eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ0ZW5hbnRJZCI6MSwidXNlcl9rZXkiOiIyYTAxMGY4Zi05Yjc4LTQzZGQtOTkzOC00NDJhYTlmMmE0MzAiLCJ1c2VybmFtZSI6ImFkbWluIn0.U-gOXcDRVSse1XLLuM_gTFu6lUqNI-xnIBK9el1NzrFnp8UX8MstT01o97bEc8pQL9aI4W0oQmRqUXNKYb-yYw|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"groupIds": [
15
],
"fieldIds": [
],
"chassisNum": "L1505677",
"startTime": "2026-05-26 00:00:00",
"endTime": "2026-05-26 23:59:59",
"datasetType": 1,
"gbVersion": "2016",
"pageNum": 1,
"pageSize": 10
}
```
###### JSON document
```
{
"gbVersion":"国标版本由服务端通过大数据接口获取,前端无需传递",
"groupIds":[
"勾选的分组ID列表,为空时使用默认分组"
],
"pageSize":"每页条数",
"startTime":"开始时间 yyyy-MM-dd HH:mm:ss",
"endTime":"结束时间 yyyy-MM-dd HH:mm:ss",
"chassisNum":"底盘号",
"datasetType":"数据集类型 1纯电 2燃油(混动车切换tab时传入,国标版本无需前端传)",
"pageNum":"页码",
"fieldIds":[
"勾选的具体字段ID(为空则导出分组下全部字段)"
]
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "OK",
"traceId": null,
"data": 2
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{},
"resultCode":"No comment,Type =Number",
"message":"No comment,Type =String"
}
```
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