{
"dataId": "",
"fileTypeId": "",
"functionId": ""
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//apiFile/getFileList.do' \
--header 'Cookie: JSESSIONID=DA6C96BBFC26FB24152F032660D4DEB3;JSESSIONID=;JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataId": "",
"fileTypeId": "",
"functionId": ""
}'
{
"data": [
{
"fileId": "2c288e9e833465da0183348127b50003",
"fileName": "6.jpg",
"fileSuffix": "jpg",
"fileUrl": "http://172.168.1.18:8656/sz-prodcut/fileUpload.do?method=downLoadFile&filePath=/320000/202209/a9dcd2cc6c234d49a5f42025e50e9ccf.jpg&fileName=6.jpg",
"orderNumber": "1"
}
],
"msg": "成功",
"code": 0,
"success": true
}