GET v1/City/GetKeyValue?ProvinceId={ProvinceId}&LanguageId={LanguageId}

获取城市信息 Key Value用于绑定

Request Information

Parameters

NameDescriptionAdditional information
ProvinceId
省份ID

Define this parameter in the request URI.

LanguageId
语言类型

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "PmuSn": "sample string 3",
    "PmuOnlineFlag": 4,
    "Longitude": 5.0,
    "Latitude": 6.0
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "PmuSn": "sample string 3",
    "PmuOnlineFlag": 4,
    "Longitude": 5.0,
    "Latitude": 6.0
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "PmuSn": "sample string 3",
    "PmuOnlineFlag": 4,
    "Longitude": 5.0,
    "Latitude": 6.0
  }
]