From 0bd9c1ee7555bbe5ea0dd9ab23d6a75b2ca2c54f Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 22 Sep 2020 11:51:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 97e3ad3..2cc6e40 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,6 @@ function tongzhi(info,type){ ### [地址](${baseurl + info.url}) ` console.log({text:title,desp:data}) - return ; // console.log(`https://sc.ftqq.com/SCU48648T7fd03646ac5b5ea64eabc66150de705a5cb02e1c89ca0.send?text=${title}&desp=${data}`) axios.post(`https://sc.ftqq.com/SCU48648T7fd03646ac5b5ea64eabc66150de705a5cb02e1c89ca0.send`,`text=${title}&desp=${data}`).then((res)=>{ console.log(res.data) @@ -58,4 +57,4 @@ function getHtml(){ setInterval(()=>{ getHtml() -},10 * 1000) +},60 * 1000)