# 报错信息
fail No necessary
无法打开人脸识别页面
# 报错截图,返回的错误信息
# 设备说明
1,微信版本 8.0.30
2.设备信息 华为手机 型号:ELS-AN00 HarmonyOS版本:2.0.0 手机名称:p40 pro
wx.checkIsSupportFacialRecognition({
checkAliveType: 2,
success: () => {
let that = this;
// 请求进行基于生物识别的人脸核身
wx.startFacialRecognitionVerify({
name: this.$store.state.user.displayname,
idCardNumber: this.$store.state.user.idnumber,
checkAliveType: 2,
success: () => {
// 业务逻辑 xxxxx
},
fail: res => {
return;
}
});
},
fail: res => {
console.log(res);
uni.showToast({
title: `${res.errMsg} ${res.errCode || ''}`,
icon: 'none',
duration: 2000
});
return;
}
});
appid和微信号还有返回时间提供下
微信号不详,客户没提供。
大概报错时间,客户反馈是在2022年11月21日 17:28分反馈给政府,目测应该是在15点到17点28分之间。