我正在使用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')
感谢。
答案 0 :(得分:0)
新版本可以做到这一点
https://github.com/fananimi/pyzk
set_user(uid=345, name='', privilege=0, password='', group_id='', user_id='123', card=0)
此回复供所有人搜索解决方案