{
"earthquakeId": 1,
"suffix":"jpg",
"page":1,
"size":2,
"maxSize":10000000,
"minSize":0
}
curl --location --request POST 'https://earthquake.zouran.top/api/getFileInfoListById' \
--header 'Content-Type: application/json' \
--data-raw '{
"earthquakeId": 1,
"suffix":"jpg",
"page":1,
"size":2,
"maxSize":10000000,
"minSize":0
}'
{
"code": 0,
"message": "",
"data": {}
}