接口目录

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

酒店套餐打包资源-获取门票资源列表
请求URL

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

请求Action

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