From a1fba09a037af1b5961fabd2250fc05429e2dace Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 17 Feb 2023 09:17:33 +0800 Subject: [PATCH] =?UTF-8?q?(*)=20=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/config.js b/api/config.js index 9d1bd4f..b752ec8 100644 --- a/api/config.js +++ b/api/config.js @@ -16,6 +16,8 @@ args.option('qnak', 'qiniuAccessKey'); args.option('qnsk', 'qiniuSecretKey'); args.option('qnbkt', 'qiniuBucket'); args.option('qndmn', 'qiniuDomain'); + +// 微信小程序参数 args.option('wxDomain', '微信API Domain'); args.option('wxAppId', '微信小程序appid'); args.option('wxAppSecret', '微信小程序AppSecret');