获取省份

接口描述

获取省份

请求地址

https://open-api.shanxiuxia.com/Repair/V1/Order.getProvinces

请求参数

参数 说明 要求 是否必须
返回参数
参数 说明 要求 是否必须
id 地址id string
name 地址名称 string
pid 上一层地址id string
正常返回结果
{
    "code": 200,
    "msg": "success",
    "data": {
       {
            "id": "110000",
            "pid": "0",
            "name": "北京市"
        },
        {
            "id": "120000",
            "pid": "0",
            "name": "天津市"
        },
        {
            "id": "130000",
            "pid": "0",
            "name": "河北省"
        }
    }
}

results matching ""

    No results matching ""