将具有卡号的用户添加到ZKTime设备

时间:2018-01-23 12:07:42

标签: python time-and-attendance

我正在使用Python 2.7,我使用PyZk与Linux OS上的ZKTime(Time Attendence软件)进行通信,而且我无法使用“卡号”设置用户。在允许在设备中添加用户的方法下方,如何为用户添加卡号?

set_user(uid=1, name='Fanani M. Ihsan', privilege=const.USER_ADMIN, password='12345678', group_id='', user_id='123')

感谢。

1 个答案:

答案 0 :(得分:0)

新版本可以做到这一点

https://github.com/fananimi/pyzk

set_user(uid=345, name='', privilege=0, password='', group_id='', user_id='123', card=0)

此回复供所有人搜索解决方案