GET v1/Province/GetKeyValue?CountryId={CountryId}&LanguageId={LanguageId}
获取省份信息 Key Value用于绑定
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
CountryId | 国家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 } ]