const getWeatherInfo = (params) => {
return $axios({
url: '/api/weather',
method: 'post',
params
})
}