...
|
...
|
@@ -89,7 +89,7 @@ router.post('/exec', async(ctx) => { |
|
|
module.exports = {
|
|
|
router,
|
|
|
async check() {
|
|
|
let names = ['yohobuywap-node', 'yohobuy-node']; // 只检查pc 和wap站
|
|
|
let names = ['yohobuywap-node', 'yohobuy-node', 'yoho-shop-manage']; // 只检查pc 和wap站
|
|
|
let rule = new schedule.RecurrenceRule();
|
|
|
|
|
|
rule.dayOfWeek = [0, new schedule.Range(1, 6)];
|
...
|
...
|
|