# 跳转健康码入口

# 健康码页面示例



# 配置参数

请求参数:

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

入参示例:

{
    "page_type": 2,
    "src_channel": 0,
    "city_name": "广州",
    "card_type":10001
}

返回示例:

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