收藏
回答

wx.checkIsSupportFacialRecognition 接口报错 ?

# 报错信息

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;
						}
					});
回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员--阳光
    社区技术运营专员--阳光
    2022-11-21

    appid和微信号还有返回时间提供下

    2022-11-21
    有用
    回复 1
    • Eureka
      Eureka
      2022-11-21
      appid:wxe513f4f6878a4e6b
      微信号不详,客户没提供。
      大概报错时间,客户反馈是在2022年11月21日 17:28分反馈给政府,目测应该是在15点到17点28分之间。
      2022-11-21
      回复
登录 后发表内容