Authorization: Bearer ********************
{
"pageNo": 1,
"pageSize": 20,
"isAsc": true,
"sortBy": "string",
"caseDesc": "string"
}
curl --location --request POST 'http://10.12.186.133:30924/zspt/accidentCase/page' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 20,
"isAsc": true,
"sortBy": "string",
"caseDesc": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"total": 0,
"pages": 0,
"list": [
{
"id": 0,
"caseDesc": "",
"discoveryTime": "",
"unit": "",
"workRange": "",
"accidentCase": "",
"accidentType": "",
"accidentLoc": "",
"accidentLevel": "",
"detail": "",
"disposalMeasures": ""
}
]
}
}