{
"id": 0,
"roomID": 0,
"orderID": 0,
"st": "string",
"et": "string",
"status": 0,
"memo": "string"
}
curl --location --request PUT 'https://yzt.hntpxx.com/api/mRoomState/updateMRoomState' \
--header 'token: undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"roomID": 0,
"orderID": 0,
"st": "string",
"et": "string",
"status": 0,
"memo": "string"
}'
{
"code": 200,
"data": null,
"msg": "success"
}