Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/export-record/list'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"deptId": 0,
"fileName": "",
"fileType": "",
"fileStatus": 0,
"fileUrl": ""
}
],
"code": 200,
"msg": "查询成功"
}