{
"id": 0,
"name": "string",
"category": 0,
"lng": 0,
"lat": 0,
"addressCode": "string",
"address": "string",
"area": 0,
"rooms": 0,
"beds": 0,
"level": 0,
"computers": 0,
"bl_code": "string",
"bl_nature": 0,
"bl_photo": "string",
"open_at": "string",
"sec_phone": "string",
"policeCode": "string",
"policeName": "string",
"juridicalPersonName": "string",
"juridicalPersonIdCard": "string",
"phone": "string",
"status": 0
}
curl --location --request PUT 'https://yzt.hntpxx.com/api/mHotel/updateMHotel' \
--header 'token: undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"category": 0,
"lng": 0,
"lat": 0,
"addressCode": "string",
"address": "string",
"area": 0,
"rooms": 0,
"beds": 0,
"level": 0,
"computers": 0,
"bl_code": "string",
"bl_nature": 0,
"bl_photo": "string",
"open_at": "string",
"sec_phone": "string",
"policeCode": "string",
"policeName": "string",
"juridicalPersonName": "string",
"juridicalPersonIdCard": "string",
"phone": "string",
"status": 0
}'
{}