From e82ddb016c7b183311dcd1f6bbb121f86c1b34da Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Thu, 10 Aug 2023 13:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E5=8F=82=E6=95=B0=E9=9D=9E?= =?UTF-8?q?=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/config.js b/api/config.js index 96b1ae99..520cb01f 100644 --- a/api/config.js +++ b/api/config.js @@ -46,8 +46,9 @@ const ZHIDIAO_URL = process.env.ZHIDIAO_URL || flags.zhidiaoUrl || 'http://61.13 if ( !FS_UNIAPP_DB || - !YINGSHI_KEY || !YINGSHI_SECRET || - !SMS_KEY || !SMS_SECRET) { + !YINGSHI_KEY || !YINGSHI_SECRET + // || !SMS_KEY || !SMS_SECRET +) { console.log('缺少启动参数,异常退出'); args.showHelp(); process.exit(-1);