📅  最后修改于: 2022-03-11 14:57:18.055000             🧑  作者: Mango
getCaiyunForecast(): Observable {
return from(this._http.get(this.forecastUrl, {}, {})
.then(res => { return JSON.parse(res.data) }, res => console.log(res.data)));
}