大华创建card休眠3秒

This commit is contained in:
曹前明 2022-09-07 11:58:04 +08:00
parent 3c2c7d9c27
commit 7171314c10
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class HrmService:
"endDate": endDate
}
_, res = dhClient.request(**dhapis['card_add'], json=json_data)
time.sleep(1.5)
time.sleep(3)
cls.save(ep, data={'dh_face_card': cardNumber})
return cardNumber