From a3c245e62171fa2ae03fab7dae5d12c28de3b368 Mon Sep 17 00:00:00 2001 From: zhaobing Date: Wed, 10 Jan 2024 15:43:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:fix=20bugs=E4=BF=AE=E6=94=B9=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=E4=B8=BA=E7=AB=8B=E5=8D=B3=E6=89=A7?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/schedule/work_notice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/schedule/work_notice.js b/api/app/lib/schedule/work_notice.js index ab36673..f94c6e8 100644 --- a/api/app/lib/schedule/work_notice.js +++ b/api/app/lib/schedule/work_notice.js @@ -12,7 +12,7 @@ const schedule = require('node-schedule') const moment = require('moment') const request = require('superagent') let isDev = false -// isDev = true +isDev = true const sendType = { 'mini': 'miniprogram_notice', }