Authorization: Bearer ********************
{
"pageNo": 1,
"pageSize": 20,
"isAsc": true,
"sortBy": "string",
"device": "string",
"problemLevel": "string",
"deviceMix": "string"
}
curl --location --request POST 'http://10.12.186.133:30924/zspt/safe/pitfallPage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 20,
"isAsc": true,
"sortBy": "string",
"device": "string",
"problemLevel": "string",
"deviceMix": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"total": 0,
"pages": 0,
"list": [
{
"id": 0,
"problemDesc": "",
"discoveryTime": "",
"device": "",
"deviceAlign": "",
"deviceMix": "",
"damagedArea": "",
"facilities": "",
"failureMode": "",
"failureModeAlign": "",
"failureModeMix": "",
"problemType": "",
"problemLevel": "",
"referenceBasis": ""
}
]
}
}