Commit 9a8721ca authored by quwei's avatar quwei 🤸🏼

sync data

parent dbb768bb
# 查询导出记录
> URL: http://localhost:9202/downloadCenter/list?startTime=&endTime=&status=&pageNum=1&pageSize=10
>
> Origin Url: http://localhost:9202/downloadCenter/list
>
> Type: GET
### 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 |
|---------|---------|------|------|------------|
|true|startTime|String|||
|true|endTime|String|||
|true|status|String||处理状态 0/1/2|
|true|pageNum|Number|1||
|true|pageSize|Number|10||
##### Body parameters
###### JSON
```
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "OK",
"traceId": null,
"data": {
"total": 2,
"page_total": 0,
"list": [
{
"id": 2,
"menuName": "通用报表管理",
"exportItem": "导出CAN数据记录",
"exportTimeRange": "2026-05-26 00:00:00 ~ 2026-05-26 23:59:59",
"operationTime": "2026-05-26T16:48:30.000+08:00",
"finishTime": "2026-05-26T16:48:32.000+08:00",
"status": 1,
"statusLabel": "处理完成",
"downloadable": true,
"fileName": "CAN数据导出_2.zip"
},
{
"id": 1,
"menuName": "通用报表管理",
"exportItem": "导出CAN数据记录",
"exportTimeRange": "2026-05-26 00:00:00 ~ 2026-05-26 23:59:59",
"operationTime": "2026-05-26T16:12:22.000+08:00",
"finishTime": "2026-05-26T16:12:25.000+08:00",
"status": 1,
"statusLabel": "处理完成",
"downloadable": true,
"fileName": "CAN数据导出_1.zip"
}
]
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"total":"查询数据总数",
"page_total":"总页数",
"list":[
{
"finishTime":"No comment,Type =String",
"downloadable":"是否可下载",
"fileName":"No comment,Type =String",
"exportItem":"No comment,Type =String",
"menuName":"No comment,Type =String",
"id":"No comment,Type =Number",
"exportTimeRange":"No comment,Type =String",
"statusLabel":"No comment,Type =String",
"operationTime":"No comment,Type =String",
"status":"0处理中 1完成 2失败"
}
]
},
"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