接口目录

酒店套餐打包资源-获取餐厅资源列表

获取商家的餐厅资源列表
请求URL

正式环境:https://openapi.mafengwo.cn/deals/rest

请求Action

action:sales.hotel.package.restaurant.list.get

请求参数
参数名称 参数类型 必填 示例 描述
page_no int 1 当前页数
page_size int 20 单页条数(最大值20)
keyword string 资源名称 搜索关键字
响应参数
参数名称 参数类型 示例 描述
list array [] 资源列表
{} object 0
└ id int 1 资源ID
└ name string 旋转餐厅 资源名称
└ type int 1 资源类型 固定值 1 表示餐厅
└ type_name string 餐厅 资源类型名称
└ poi_id int 2022 资源关联的景点信息的poi_id
total int 12 资源总数量
响应示例
{
    "list":[
        {
            "id":"1",
            "name":"旋转餐厅",
            "type":"1",
            "type_name":"餐厅",
            "poi_id":"2022"
        }
    ],
    "total":"12"
}
异常错误码
异常码 异常信息
马蜂窝旅游小管家
为您免费提供目的地旅游咨询服务
出行基本信息
联系人信息
换一换
返回顶部
意见反馈
页面底部