mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore:
This commit is contained in:
@@ -88,7 +88,7 @@ export class AutoCRegisterCron {
|
|||||||
// 添加plus即将到期检查任务
|
// 添加plus即将到期检查任务
|
||||||
this.cron.register({
|
this.cron.register({
|
||||||
name: 'plus-expire-check',
|
name: 'plus-expire-check',
|
||||||
cron: `0 * * * * *`,
|
cron: `0 10 9 * * *`,
|
||||||
job: async () => {
|
job: async () => {
|
||||||
const plusInfo = getPlusInfo()
|
const plusInfo = getPlusInfo()
|
||||||
if (!plusInfo.originVipType || plusInfo.originVipType==="free" ) {
|
if (!plusInfo.originVipType || plusInfo.originVipType==="free" ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user