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 f49c3901777ac5d8c16e5ae2dda3bdf6bd47452f..22dcfba9cf4f9fc1a909d55bb29d298cdfd86a30 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 @@ -54,20 +54,18 @@ } }, "service": { - "sms": { - "name": "应用名称,对应短信模版的name", - "codeExpiresIn": 180, - "smsKey": "短信密钥key,开通短信服务处可以看到", - "smsSecret": "短信密钥secret,开通短信服务处可以看到", - "scene": { - "bind-mobile-by-sms": { - "templateId": "绑定手机号使用的短信验证码模板", - "codeExpiresIn": 240 - } + "sms": { + "name": "应用名称,对应短信模版的name", + "codeExpiresIn": 180, + "scene": { + "bind-mobile-by-sms": { + "templateId": "绑定手机号使用的短信验证码模板", + "codeExpiresIn": 240 } - }, - "univerify": { - "appid": "当前应用的appid,使用云函数URL化,此项必须配置" } - } + }, + "univerify": { + "appid": "当前应用的appid,使用云函数URL化,此项必须配置" + } + } } diff --git a/uni_modules/uni-id-pages-x/changelog.md b/uni_modules/uni-id-pages-x/changelog.md index 5891557be5999b6042b2556038745324288825c3..2ae76a55762ef4dbe9d8558b9000bffb24a2c7e9 100644 --- a/uni_modules/uni-id-pages-x/changelog.md +++ b/uni_modules/uni-id-pages-x/changelog.md @@ -1,3 +1,5 @@ +## 1.0.6(2023-12-28) +修复 当不满足一键登录时退出登录跳到了一键登录页面的问题 ## 1.0.5(2023-12-18) 更新 升级依赖的uni-captcha的版本为0.7.5 ## 1.0.4(2023-12-16) diff --git a/uni_modules/uni-id-pages-x/package.json b/uni_modules/uni-id-pages-x/package.json index fc9cc3c33a0c3cf977edf36832e6bbe4d672ae92..0febe14df0c79c31831da8bcfb372c2e33e6ca96 100644 --- a/uni_modules/uni-id-pages-x/package.json +++ b/uni_modules/uni-id-pages-x/package.json @@ -1,7 +1,7 @@ { "id": "uni-id-pages-x", "displayName": "uni-id-pages-x", - "version": "1.0.5", + "version": "1.0.6", "description": "适用于 uni-app-x 的云端一体简单、统一、可扩展的用户中心页面模版", "keywords": [ "用户中心",