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