C # service invocation problem
getRegionCountry
Get the foreign name and its corresponding ID.
Input parameter: None, and return data: one-dimensional string array.
getRegionDataset
Obtain the provinces, cities and regions of China; Country name (foreign country) and its corresponding ID
Input parameter: None, return data: data set.
getRegionProvince
Get the provinces, cities and regions of China and their corresponding id.
Input parameter: None, and return data: one-dimensional string array.
getSupportCityDataset
Supported city/region names and their corresponding ids.
Input parameter: theRegionCode = province, city, country ID or name, and return data: DataSet.
getSupportCityString
Supported city/region names and their corresponding ids.
Input parameter: theRegionCode = province, city and country ID or name, and return data: one-dimensional string array.
weather forecast
Obtain weather forecast data
Input parameter: city/region ID or name, and return data: one-dimensional string array.