From 2c0f41ae20f107d3a056d9e7a4a64de9b3a8d241 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Tue, 25 Oct 2022 11:17:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E5=88=A4=E6=96=AD=E7=9A=84?= =?UTF-8?q?=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/utils/days.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/app/lib/utils/days.js b/api/app/lib/utils/days.js index 37c6f92..be9bdcd 100644 --- a/api/app/lib/utils/days.js +++ b/api/app/lib/utils/days.js @@ -17,6 +17,7 @@ module.exports = function (app, opts) { if (dbRes) { holidayData = dbRes.dataValues.holiday } else { + console.log("提莫 HOLIDAY 请求" + dayStr_); let holidayRes = await request.get( timorApiUrl + `holiday/info/${dayStr_}` )