From 6a5920ce3f39c633de554ce285b4b1f3b3dc7017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Mon, 14 Mar 2022 10:41:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E5=A4=A9=E6=B0=94api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 746e6c1..b7ac03e 100644 --- a/js/main.js +++ b/js/main.js @@ -89,7 +89,7 @@ fetch('https://v1.hitokoto.cn?max_length=24') .catch(console.error) //获取天气 -fetch('https://www.yiketianqi.com/free/day?appid=43986679&appsecret=TksqGZT7&unescape=1') +fetch('https://www.yiketianqi.com/free/day?appid=47343665&appsecret=dABM2QxS&unescape=1') .then(response => response.json()) .then(data => { $('#wea_text').text(data.wea)