From 4fbfffb93b12b3298e727b1d36b37b845aa9c673 Mon Sep 17 00:00:00 2001 From: iotcat Date: Mon, 3 Feb 2020 17:15:16 +0000 Subject: [PATCH] add consolelog --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 4e8925a..c9d2a45 100644 --- a/index.js +++ b/index.js @@ -87,6 +87,7 @@ var get = (o_params)=>{ iotcat(https://iotcat.me)`, 'iotcat-py' ); + console.log('send to ' + o.mail[index]); } resolve(); }); @@ -98,6 +99,7 @@ iotcat(https://iotcat.me)`, `${o.province}${(o.city)?o.city:''}确诊${info.confirmedCount}`, '提醒您' ); + console.log('send to ' + o.sms[index]); } resolve(); });