{
"device_id": "string",
"room_num": "string",
"order_no": "string",
"room_name": "string",
"room_image": "string",
"room_address": "string"
}
curl --location --request POST 'https://yzt.hntpxx.com/api/verification/checkInMessage' \
--header 'token: undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string",
"room_num": "string",
"order_no": "string",
"room_name": "string",
"room_image": "string",
"room_address": "string"
}'
{
"code": 200,
"data": "{}",
"msg": "success"
}