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 20417711cccaf8221e1a2c85b524c7f148b3954a..f1580f6596ad5f501cf5a564b9ac870389c2146c 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": "" } } -} +}