curl --location --request GET '/app-api/pe/job-info/source/files?id'
{
"code": 0,
"data": [
{
"fileId": 24525,
"fileName": "王五",
"fileType": "1",
"fileSize": 0,
"filePath": "string",
"businessTable": "string",
"businessId": 32571,
"createTime": "2019-08-24T14:15:22Z"
}
],
"msg": "string"
}