正式环境:https://openapi.mafengwo.cn/deals/rest
action:content.search.guide.get
参数名称 | 参数类型 | 必填 | 示例 | 描述 |
---|---|---|---|---|
county | string | 否 | 县 | 县 |
province | string | 否 | 省 | 省 |
district | string | 否 | 区 | 区域 |
city | string | 否 | 市 | |
country | string | 否 | 国家 | 中国 |
name | string | 是 | 北京 |
参数名称 | 参数类型 | 示例 | 描述 |
---|---|---|---|
current_page | int | 1 | |
next | number | ||
list | array | [] |
{
"current_page":"1",
"next":"",
"list":"[]"
}
异常码 | 异常信息 |
---|