{
"orderId": 0,
"policeCode": "string"
}
curl --location --request POST 'https://yzt.hntpxx.com/api/police/orderDetail' \
--header 'token: undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"policeCode": "string"
}'
{
"code": 200,
"data": {
"id": 635,
"created_at": "2023-11-15T01:06:16.172+08:00",
"orderNo": "",
"hotelID": 50,
"roomID": 81,
"channel": 1,
"checkType": 1,
"st": "2023-11-15T01:04:49+08:00",
"et": "2023-11-16T14:00:00+08:00",
"reallyEt": null,
"status": 1,
"memo": "",
"roomDoor": "1206",
"hotelName": "众跃电竞酒店",
"userNum": 3
},
"msg": "success"
}