GET v1/Country/GetKeyValue?LanguageId={LanguageId}&CountryId={CountryId}
获取所有国家信息Key Value用于绑定
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
LanguageId | 语言类型 |
Define this parameter in the request URI. |
CountryId | 国家ID |
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 } ]