add consolelog

master
iotcat 4 years ago
parent dbac380d38
commit 4fbfffb93b
  1. 2
      index.js

@ -87,6 +87,7 @@ var get = (o_params)=>{
iotcat(https://iotcat.me)`, iotcat(https://iotcat.me)`,
'iotcat-py' 'iotcat-py'
); );
console.log('send to ' + o.mail[index]);
} }
resolve(); resolve();
}); });
@ -98,6 +99,7 @@ iotcat(https://iotcat.me)`,
`${o.province}${(o.city)?o.city:''}确诊${info.confirmedCount}`, `${o.province}${(o.city)?o.city:''}确诊${info.confirmedCount}`,
'提醒您' '提醒您'
); );
console.log('send to ' + o.sms[index]);
} }
resolve(); resolve();
}); });

Loading…
Cancel
Save