This commit is contained in:
2020-09-22 11:51:42 +08:00
parent 8292736ad7
commit 0bd9c1ee75

View File

@@ -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)