Commit dfa4f543 authored by quwei's avatar quwei 🤸🏼

sync data

parent 74f14178
# 异步导出CAN数据
> URL: http://localhost:9210/canData/export
>
> Origin Url: http://localhost:9210/canData/export
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Authorization|Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo1MTM0MywidGVuYW50SWQiOjEsInVzZXJfa2V5IjoiZTI5MTZhZjAtNGE0NS00NWU4LWFlNzUtZDVlZjc2NDdkMzRlIiwidXNlcm5hbWUiOiJxdXdlaSJ9.29Gyeya2RafQlqaJyY0NtlNkwIfJVjRpGZ8kTcpvl2O1rKZOkz3yK9-7O70iKFopflx1i7Df8zMqvnOEQNrGsw|
### 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": "d7d1532b71384790",
"data": 3
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{},
"resultCode":"No comment,Type =Number",
"message":"No comment,Type =String"
}
```
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