Commit 18c27df7 authored by 姚广胤's avatar 姚广胤

test

parent 473e8ae3
......@@ -2,7 +2,7 @@
* @Author: ygy
* @Date: 2018-03-14 19:40:01
* @Last Modified by: ygy
* @Last Modified time: 2018-03-28 19:31:44
* @Last Modified time: 2018-03-28 19:39:37
*/
const Koa = require('koa');
const send = require('koa-send');
......@@ -60,7 +60,7 @@ app.use(rest.restify());
app.use(router());
// start task schedule
schedule.scheduleJob({ hour: 19, minute: 34, second: 0 }, () => {
schedule.scheduleJob({ hour: 19, minute: 41, second: 0 }, () => {
task.runTiming();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment