# API Jump to City Service Home

# City Services Home Page Example


# Request parameters

Field name Chinese Interpretation type Required Required Introductions
city_name City name String yes The name of the city shall be determined by the prefecture-level city
page_type Type of page Int yes For the first page, fill in 1

**Input sample **:

{
    "page_type": 1,
    "src_channel": 0,
    "city_name": "Guangzhou."
}

Return Example

{
    "errcode": 0,
    "errmsg": "Success."
    "path": "XXX",
    "business_type": "xxd"
}