Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello_uni-id-pages
提交
cb055bc5
H
hello_uni-id-pages
项目概览
DCloud
/
hello_uni-id-pages
通知
1054
Star
31
Fork
43
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
4
列表
看板
标记
里程碑
合并请求
2
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello_uni-id-pages
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
4
Issue
4
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
cb055bc5
编写于
3月 20, 2024
作者:
雪洛
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'dev'
上级
0ec407b6
312e7103
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
9 addition
and
15 deletion
+9
-15
uni_modules/uni-id-pages/changelog.md
uni_modules/uni-id-pages/changelog.md
+8
-8
uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/facial-recognition-verify/get-auth-result.js
...id-co/module/facial-recognition-verify/get-auth-result.js
+1
-0
uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/package.json
...i-id-pages/uniCloud/cloudfunctions/uni-id-co/package.json
+0
-7
未找到文件。
uni_modules/uni-id-pages/changelog.md
浏览文件 @
cb055bc5
## 1.1.18(2024-02-20)
## 1.1.18(2024-02-20)
-
修复 PC设置头像无效的问题
-
修复 PC设置头像无效的问题
## 1.1.17(2023-12-14)
## 1.1.17(2023-12-14)
-
uni-id-co 移除一键登录、短信的调用凭据
-
uni-id-co 移除一键登录、短信的调用凭据
## 1.1.16(2023-10-18)
## 1.1.16(2023-10-18)
-
修复 当不满足一键登录时页面回退无法继续登录的问题
-
修复 当不满足一键登录时页面回退无法继续登录的问题
## 1.1.15(2023-07-13)
## 1.1.15(2023-07-13)
-
uni-id-co 修复 QQ登录时不存在头像时报错的问题
-
uni-id-co 修复 QQ登录时不存在头像时报错的问题
## 1.1.14(2023-05-19)
## 1.1.14(2023-05-19)
-
修复 退出登录不会跳转至登录页的问题
-
修复 退出登录不会跳转至登录页的问题
## 1.1.13(2023-05-10)
## 1.1.13(2023-05-10)
...
...
uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/facial-recognition-verify/get-auth-result.js
浏览文件 @
cb055bc5
...
@@ -109,6 +109,7 @@ module.exports = async function (params) {
...
@@ -109,6 +109,7 @@ module.exports = async function (params) {
fileID
fileID
}
=
await
uniCloud
.
uploadFile
({
}
=
await
uniCloud
.
uploadFile
({
cloudPath
:
`user/id-card/
${
uid
}
.b64`
,
cloudPath
:
`user/id-card/
${
uid
}
.b64`
,
cloudPathAsRealPath
:
true
,
fileContent
:
Buffer
.
from
(
encryptData
.
call
(
this
,
pictureRes
.
data
.
toString
(
'
base64
'
)))
fileContent
:
Buffer
.
from
(
encryptData
.
call
(
this
,
pictureRes
.
data
.
toString
(
'
base64
'
)))
})
})
updateData
.
realname_auth
.
in_hand
=
fileID
updateData
.
realname_auth
.
in_hand
=
fileID
...
...
uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/package.json
浏览文件 @
cb055bc5
...
@@ -21,12 +21,5 @@
...
@@ -21,12 +21,5 @@
},
},
"cloudfunction-config"
:
{
"cloudfunction-config"
:
{
"keepRunningAfterReturn"
:
false
"keepRunningAfterReturn"
:
false
},
"devDependencies"
:
{
"eslint"
:
"^8.18.0"
,
"eslint-config-standard"
:
"^17.0.0"
,
"eslint-plugin-import"
:
"^2.26.0"
,
"eslint-plugin-n"
:
"^15.2.3"
,
"eslint-plugin-promise"
:
"^6.0.0"
}
}
}
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录