# 跳转疫情专区

# 疫情专区示例



# 配置参数

请求参数:

字段名 类型 是否必填 说明
page_type Int 7-疫情专区
src_channel Int 跳转来源渠道:
0-公众号,1-小程序,2-短信,3-其他,5-厂商
city_name String 用户所在地级市
need_path_type int 获取h5 URL需填写1(OpenSDK不需要填写)
device_type int 获取h5 URL需填写2(OpenSDK不需要填写)

入参示例:

{
    "page_type": 7,
    "src_channel": 1,
    "city_name": "广州"
}

返回示例:

{
    "errcode": 0,
    "errmsg": "成功",
    "path": "XXX",
    "bussiness_type": "xxd"
}