You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
856 B
856 B
示例代码
复制代码<template>
</template>
<script>
const n = uni.requireNativePlugin('Ocr-FaceDetectModule');
export default {
methods: {
verifyC: function() {
n.verify(
{
certifyId: this.certify
},
function(t) {
uni.showToast({
title: '返回的内容' + t,
icon: 'none'
});
}
);
},
//获取环境参数接口。
getMetaInfo: function() {
var t = n.getMetaInfo();
},
}
};
</script>
本插件是阿里云官方出品,上传插件为解决阿里云新用户uniapp ios sdk 没有集成活体+身份证实名,见阿里云官网https://help.aliyun.com/document_detail/179265.html