添加人脸管理员补充提交
This commit is contained in:
parent
7586c00fe8
commit
a7aa9243d9
@ -209,7 +209,7 @@ class AddFaceLogic extends BaseGetXController {
|
|||||||
IoSenderManage.senderAddFaceCommand(
|
IoSenderManage.senderAddFaceCommand(
|
||||||
keyID: "1",
|
keyID: "1",
|
||||||
userID: await Storage.getUid(),
|
userID: await Storage.getUid(),
|
||||||
faceNo: 1,
|
faceNo: state.isAdministrator.value == true ? 254 : 1,
|
||||||
useCountLimit: 0xff,
|
useCountLimit: 0xff,
|
||||||
// startTime:0x11223344,
|
// startTime:0x11223344,
|
||||||
// endTime:0x11223344,
|
// endTime:0x11223344,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user