diff --git a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js index e6cf144..e96a5f3 100644 --- a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js +++ b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js @@ -4,7 +4,8 @@ const moment = require('moment') module.exports = function (app, opts) { const freshYingshiState = schedule.scheduleJob( // '* * 4 * * *', - '*/10 * * * *', + // '*/10 * * * *', + '0 27 4 * * *', async () => { try { const startTime = moment() @@ -118,7 +119,8 @@ module.exports = function (app, opts) { const freshYingshiPlayUrl = schedule.scheduleJob( // '0 0 4 */1 *', - '*/30 * * * *', + // '*/30 * * * *', + '0 34 5 * * *', async () => { try { const { models } = app.fs.dc