{
"hotelId": 49,
"photo": "https://xgzn-yzt.oss-cn-beijing.aliyuncs.com/room/1717722641612_3245dc3e.jpg",
"entranceExteriorPhoto": "",
"locationPhoto": "",
"floorPlan": "",
"proofOfPlace": "",
"proofOfLegalUse": "",
"realNameRegCommitment": "",
"filingApplicationForm": "",
"fireFightingPhoto": "",
"employeeForm": ""
}
curl --location --request POST 'https://yzt.hntpxx.com/api/mHotel/updateHotelFilingPhoto' \
--header 'token: undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"hotelId": 49,
"photo": "https://xgzn-yzt.oss-cn-beijing.aliyuncs.com/room/1717722641612_3245dc3e.jpg",
"entranceExteriorPhoto": "",
"locationPhoto": "",
"floorPlan": "",
"proofOfPlace": "",
"proofOfLegalUse": "",
"realNameRegCommitment": "",
"filingApplicationForm": "",
"fireFightingPhoto": "",
"employeeForm": ""
}'
{
"code": 200,
"data": {},
"msg": "success"
}