Query the province list of country
Query the city list of province
GET
/api/v1/country/{countryCode}/province/{provinceCode}/city
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
路径参数
countryCode*
类型string
必填provinceCode*
类型string
必填响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}
Query the detail of district
GET
/api/v1/country/{countryCode}/district/{districtCode}
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
路径参数
countryCode*
类型string
必填districtCode*
类型string
必填响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}
Query the district tree of country
GET
/api/v1/country/{countryCode}/district/{districtCode}/tree
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
路径参数
countryCode*
类型string
必填districtCode*
类型string
必填响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}