面容失败多次后,面容ID被锁喉,接口没有返回

问题遇到的现象和发生背景

面容失败多次后,面容ID被锁喉,接口没有返回

用代码块功能插入代码,请勿粘贴截图
        FQBiometryContext.biometryAuth {
            AccountLockHelp().setLocalAllEnable(isEnable: true, userId: kDataManager.user.uid)
            AccountLockHelp().setBiometryAuthEnable(isEnable: true, userId: kDataManager.user.uid)
        } failureHandler: { (error) in
            // 此处面容ID被锁后没有返回错误了,需要你处理多次验证失败被锁的情况
            self.faceIDSwitch?.isOn = false
            self.tableView.reloadData()
        }
我想要达到的结果

点击取消后应该进行密码解锁调用

img