微信小程序

获取区县列表

2017-05-11  本文已影响14人  一曲广陵散

API: 获取区县列表


URL: /get_county_list_by_city_id/

请求方式: POST

参数

tokenID                     string        '2017-03-09152213'            登录tokenID,没有传值为‘ -1 ’
cityID                string        '63'                                       城市ID

返回示例

{
    "status": "SUCCESS",
    "data": [
        {
            "countyName": "白下区",
            "countyID": "1588",
            "zipCode": "210000"
        },
        {
            "countyName": "高淳县",
            "countyID": "1589",
            "zipCode": "210000"
        }
    ]
}

返回字段说明

status      返回状态
上一篇 下一篇

猜你喜欢

热点阅读