接口目录

酒店套餐打包资源-获取体验玩乐资源列表

酒店套餐打包资源-获取体验玩乐资源列表
请求URL

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

请求Action

action:sales.hotel.package.play.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 4 资源类型 固定值 4 表示 体验玩乐
└ type_name string 4 资源类型名称 体验玩乐
└ poi_id int 2022 资源关联的景点信息的poi_id
total int 12 资源总数量
响应示例
{
    "list":[
        {
            "id":"1",
            "name":"摩托车体验",
            "type":"4",
            "type_name":"4",
            "poi_id":"2022"
        }
    ],
    "total":"12"
}
异常错误码
异常码 异常信息
马蜂窝旅游小管家
为您免费提供目的地旅游咨询服务
出行基本信息
联系人信息
换一换
返回顶部
意见反馈
页面底部