fix vistor access
This commit is contained in:
parent
168a2bef8b
commit
42de479b35
@ -29,7 +29,7 @@ export function encrypt(
|
|||||||
building_id: number,
|
building_id: number,
|
||||||
type: typeof SELF_ACCESS_CODE | typeof VISTOR_ACCESS_CODE
|
type: typeof SELF_ACCESS_CODE | typeof VISTOR_ACCESS_CODE
|
||||||
): string {
|
): string {
|
||||||
return crypto.encrypt(`${id}#${building_id}#${type}${Date.now()}`);
|
return crypto.encrypt(`${id}#${building_id}#${type}#${Date.now()}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function decrypt(uid: string): DecryptResult {
|
export function decrypt(uid: string): DecryptResult {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user