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)