Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用zkteco带有zklibnodejs 库的设备进行项目,我想添加一个从设备中删除用户指纹的功能。我试过这段代码:
zkteco
zklib
async deletefingerprint() { return await this.executeCmd(COMMANDS.CMD_DELETE_USERTEMP, ''); }
但它没有用,请任何帮助。
您需要添加用户 id 参数才能将其删除
this.executeCmd(COMMANDS.CMD_DELETE_USERTEMP, '1', '')