添加debug接口

This commit is contained in:
luying
2021-03-05 11:45:33 +08:00
parent 8a122b6a4d
commit b1ceb1b695
5 changed files with 126 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ export async function init() {
// 周功勋结算任务
guildWeeklyJobId = scheduleJob('settleGuildWeekly', '0 0 0 * * 1', settleGuildWeekly);
scheduleJob('reportOnline', '* 0/5 * * * *', reportOnlineSchedule)
scheduleJob('reportOnline', '0 0/5 * * * *', reportOnlineSchedule)
}
function setPvpSeasonSchdule() {