# API跳转专题页面
# 专题页面示例
# 配置参数
请求参数:
字段名 | 类型 | 是否必填 | 说明 |
---|---|---|---|
page_type | Int | 是 | 针对专题页,填3 |
content_name | String | 是 | 专题页名称 |
city_name | String | 是 | 用户所在城市 |
src_channel | Int | 是 | 跳转来源渠道: 0-公众号,1-小程序,2-短信,3-其他 |
need_path_type | int | 否 | 获取h5 URL需填写1(OpenSDK不需要填写) |
device_type | int | 否 | 获取h5 URL需填写2(OpenSDK不需要填写) |
入参示例:
{
"page_type": 3,
"src_channel": 0,
"city_name": '广州',
"content_name": '购房落户'
}
返回示例:
{
"errcode": 0,
"errmsg": "成功",
"path": "XXX",
"bussiness_type": "xxd"
}