From c719908ce20de22feea0e823ab7466b8cfd2af55 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Tue, 17 Sep 2019 23:03:17 +0800 Subject: [PATCH] Update authentication.md --- docs/api/other/authentication.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/api/other/authentication.md b/docs/api/other/authentication.md index 674e95000..b23922f57 100644 --- a/docs/api/other/authentication.md +++ b/docs/api/other/authentication.md @@ -1,13 +1,15 @@ - -#### 生物认证 + +#### 生物认证 生物认证,又称活体检测。它包含指纹识别、人脸识别这两部分。即通过人体身体特征来进行身份认证识别。 - -各平台开发方式暂未统一,使用时需注意用[条件编译](https://uniapp.dcloud.io/platform)调用不同平台的代码。 - + +各平台开发方式暂未统一,使用时需注意用[条件编译](https://uniapp.dcloud.io/platform)调用不同平台的代码。 + ##### 微信小程序 -支持指纹和人脸识别两部分,[规范详情](https://developers.weixin.qq.com/miniprogram/dev/api/wx.startSoterAuthentication.html) - +支持指纹和人脸识别两部分,[规范详情](https://developers.weixin.qq.com/miniprogram/dev/api/wx.startSoterAuthentication.html) + +如果使用腾讯云的SDK,可参考[网友分享](https://segmentfault.com/a/1190000020102601) + ##### App平台 - 指纹:html5plus已经内置指纹API,[规范详情](http://www.html5plus.org/doc/zh_cn/fingerprint.html)。在插件市场有一个封装好的微信和App的指纹识别插件:[https://ext.dcloud.net.cn/plugin?id=358](https://ext.dcloud.net.cn/plugin?id=358) - 人脸识别:app引擎未内置,需要安装原生插件,详见[插件市场人脸识别插件](https://ext.dcloud.net.cn/search?q=%E4%BA%BA%E8%84%B8%E8%AF%86%E5%88%AB) @@ -16,4 +18,4 @@ 只支持人脸识别,[规范详情](https://docs.alipay.com/mini/api/alipay-face-verify) ##### 百度小程序 -只支持人脸识别,[规范详情](https://smartprogram.baidu.com/docs/develop/api/ai_face/#swan-ai-faceDetect/) \ No newline at end of file +只支持人脸识别,[规范详情](https://smartprogram.baidu.com/docs/develop/api/ai_face/#swan-ai-faceDetect/) -- GitLab