文档
测试

酒店详情信息

GET
hotelmess

接口描述

给后端传酒店id 后端通过id响应该酒店的信息

请求参数

参数名
类型
描述
必填
hotel_id
number/string
酒店id
必填

响应参数

参数名
类型
描述
必填
hotel_id
number/string
酒店id
必填
hotel_name
string
酒店名称
必填
hotel_star
string
酒店星级
必填
hotel_room
number/string
酒店客房总数
必填
hotel_type
string
酒店类型
必填
hotel_people
string
酒店责任人
必填
people_card
string
责任人身份证号码
必填
hotel_phone
string
联系电话
必填
hotel_address
string
酒店地址
必填
hotel_time
date/string
建立时间
必填
hotel_ps
string
酒店备注
必填

说明 / 示例

``` "hotelmess":[ { "hotel_id":"01001", "hotel_name":"火连天大酒店", "hotel_star":"5星", "hotel_room":"100", "hotel_type":"快捷酒店", "hotel_people":"吉祥村琦阳妈妈", "people_card":"622826199612203313", "hotel_phone":"19993562558", "hotel_address":"吉祥村社区西区86排", "hotel_time":"2016-12-15", "hotel_ps":"" }, { "hotel_id":"01002", "hotel_name":"飞天大酒店", "hotel_star":"4星", "hotel_room":"110", "hotel_type":"商务酒店", "hotel_people":"南窑国际秀儿妈妈", "people_card":"622826199610203312", "hotel_phone":"199935628988", "hotel_address":"雁塔区高新六路南窑国际社区西区85排", "hotel_time":"2017-08-15", "hotel_ps":"" } ] ```