wx.checkIsSupportSoterAuthentication().then((supportRes) => {
console.log('是否支持生物认证:',supportRes);
}).catch(excepitons => {
console.log("检测生物识别支持情况出错:" + exceptionOperate(excepitons));
})
打印日志: {supportMode: Array(0), errMsg: "checkIsSupportSoterAuthentication:ok"}
可参考:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/soter/wx.checkIsSupportSoterAuthentication.html