提交 593fe83a 编写于 作者: DCloud-yyl's avatar DCloud-yyl

添加实人认证API文档入口

上级 4e42a536
......@@ -140,6 +140,7 @@
* [支付](api/plugins/payment.md)
* [推送](api/plugins/push.md)
* [语音](api/plugins/voice.md)
* [实人认证](api/plugins/facialRecognitionVerify.md)
* [一键生成iOS通用链接](api/plugins/universal-links.md)
* [uniCloud](api/uniCloud.md)
* 其他
......
实人认证提供核验终端操作者的真实身份,包含活体检测和人脸对比等生物识别技术,可快速校验自然人的真实身份。
App平台完整业务开发流程,参考[开发指南](https://uniapp.dcloud.net.cn/uniCloud/frv/dev.html)
微信小程序端业务开发流程,请参考[微信人脸核身接口能力](https://developers.weixin.qq.com/community/business/doc/000442d352c1202bd498ecb105c00d)
### uni.getFacialRecognitionMetaInfo()
uni.getFacialRecognitionMetaInfo是客户端API,用户获取实人认证设备信息
uni.getFacialRecognitionMetaInfo是客户端API,获取实人认证设备信息,用于uniCloud云函数[getCertifyId](https://uniapp.dcloud.net.cn/uniCloud/frv/dev.html#get-certify-id)获取certifyId。
App端API规范参考:[详情](https://uniapp.dcloud.net.cn/uniCloud/frv/dev.html#get-meta-info)
......@@ -17,9 +23,6 @@ uni.startFacialRecognitionVerify是客户端API,在App端打开刷脸认证界
App端API规范参考:[详情](https://uniapp.dcloud.net.cn/uniCloud/frv/dev.html#start-frv)
App平台完整业务开发流程,参考[开发指南](https://uniapp.dcloud.net.cn/uniCloud/frv/dev.html)
微信小程序端业务开发流程,请参考[微信人脸核身接口能力](https://developers.weixin.qq.com/community/business/doc/000442d352c1202bd498ecb105c00d)
**平台说明**
|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序、飞书小程序|QQ小程序|快手小程序|京东小程序|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册