{
"type": 0,
"policeCode": "string",
"page": 0,
"pageSize": 0
}
curl --location --request POST 'https://yzt.hntpxx.com/api/police/alertList' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"policeCode": "string",
"page": 0,
"pageSize": 0
}'
{
"code": 200,
"data": [
{
"id": 1,
"created_at": "2023-11-15T11:09:03+08:00",
"orderID": 0,
"hotelID": 49,
"roomID": 85,
"src": 1,
"status": 1,
"memo": "测试",
"hotelName": "测试门店",
"roomDoor": "1514"
}
],
"msg": "success"
}