movii
6/28/2017 - 3:02 PM

笔记:「饭否精选·日历」微信小程序制作记录-爬虫部分:5. CronJob

笔记:「饭否精选·日历」微信小程序制作记录-爬虫部分:5. CronJob

new CronJob('00 15,30,50 * * * *', function() {
  SAVE_TO_LEANCLOUD();
}, null, true, 'Asia/Shanghai');