Exemplo n.º 1
0
        public async Task <IActionResult> GetLocations(string location)
        {
            var result = await WxHelper.GetAddressAsync(location);

            return(Ok(result));
        }