From f864aaca82bed804c754107498f3f3029a1a0432 Mon Sep 17 00:00:00 2001 From: chenruilong Date: Thu, 23 Nov 2023 11:48:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0uni-id=20config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-config-center/uni-id/config.json | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json index 2041771..f1580f6 100644 --- a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json +++ b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json @@ -8,8 +8,11 @@ "passwordErrorRetryTime": 3600, "autoSetInviteCode": false, "forceInviteCode": false, - "preferedAppPlatform": "app", + "preferedAppPlatform": "app", "requestAuthSecret":"testSecret", + "idCardCertifyLimit": 1, + "realNameCertifyLimit": 5, + "sensitiveInfoEncryptSecret": "", "app": { "tokenExpiresIn": 2592000, "oauth": { @@ -21,25 +24,25 @@ "bundleId": "苹果开发者后台获取的bundleId" } } - }, - "web":{ - "oauth": { - "weixin-h5": { - "appid": "", - "appsecret": "" - }, - "weixin-web": { - "appid": "", - "appsecret": "" - } - } - }, + }, + "web":{ + "oauth": { + "weixin-h5": { + "appid": "", + "appsecret": "" + }, + "weixin-web": { + "appid": "", + "appsecret": "" + } + } + }, "mp-weixin": { "oauth": { "weixin": { "appid": "", "appsecret": "" - } + } } }, "mp-alipay": { @@ -63,4 +66,4 @@ "apiSecret": "" } } -} +} -- GitLab