# API跳转城市服务首页

# 城市服务首页示例


# 请求参数

字段名 中文解释 类型 是否必填 说明
city_name 城市名称 String 城市名称以地级市为准
page_type 页面类型 Int 针对首页,此处填1
src_channel 跳转来源 Int 0-公众号,1-小程序,2-短信,3-其他
need_path_type int 获取h5 URL需填写1(OpenSDK不需要填写)
device_type int 获取h5 URL需填写2(OpenSDK不需要填写)

入参示例

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

返回示例

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