This commit is contained in:
kissnavel 2025-04-05 13:10:11 +08:00
parent dfe8419df8
commit 3751241b5d

View file

@ -149,6 +149,9 @@ export class ZZZPlugin extends plugin {
}
} else {
deviceFp = await redis.get(`ZZZ:DEVICE_FP:${uid}:FP`);
let data = {
deviceFp,
};
if (!deviceFp) {
const sdk = api.getUrl('getFp');
const res = await request(sdk.url, {