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
9a8721ca
Commit
9a8721ca
authored
May 26, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
dbb768bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
129 additions
and
0 deletions
+129
-0
查询导出记录.md
jac-modules-business/DownloadCenterController/查询导出记录.md
+129
-0
No files found.
jac-modules-business/DownloadCenterController/查询导出记录.md
0 → 100644
View file @
9a8721ca
# 查询导出记录
> 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"
}
```
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