正式环境:https://openapi.mafengwo.cn/deals/rest
action:content.search.scenic.get
参数名称 | 参数类型 | 必填 | 示例 | 描述 |
---|---|---|---|---|
type | int | 是 | 1 | 1是美食、3是景区、5是玩乐 |
mdd_id | int | 否 | 目的地ID | |
keyword | string | 是 | 关键字搜索 |
参数名称 | 参数类型 | 示例 | 描述 |
---|---|---|---|
current_page | int | 1 | |
next | int | ||
list | array | [] |
{
"current_page":"1",
"next":"",
"list":"[]"
}
异常码 | 异常信息 |
---|