收藏
回答

安卓 华为 Mate60pro 人脸识别 生物识别 无法触发

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.startSoterAuthentication 微信安卓客户端 8.0.50 1.5.0
华为Mate60 Pro,微信人脸支付已开启

wx.startSoterAuthentication({
  requestAuthModes: ['facial'],
  challenge: '12345',
})

返回错误
{
  "authMode" : "fingerPrint","resultJSON":"", 
  "errMsg": "startSoter Authentication: fail no corresponding mode", 
  "resultJSONSignature":"","errCode":90003
}

期望结果
正常拉起人脸识别
回答关注问题邀请回答
收藏
登录 后发表内容