|
|
@@ -103,8 +103,11 @@ async function tryCheckWeather() {
|
|
|
locationId = localDeatail.id;
|
|
|
cityStr = `${localDeatail.country}${localDeatail.adm1}${localDeatail.adm2}${localDeatail.name}`;
|
|
|
}
|
|
|
+ let text = `您当前IP为:${ip}\n`;
|
|
|
+ text += `经纬度(经度,纬度):${longitude},${latitude}\n`;
|
|
|
+ text += `所在城市:${cityStr}\n\n`;
|
|
|
+
|
|
|
let wDataRet = await getWeatherNow(location);
|
|
|
- let text = ``;
|
|
|
let isWxNotify = false;
|
|
|
if (wDataRet && wDataRet.code == 200) {
|
|
|
let now = wDataRet.now;
|