mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:data
This commit is contained in:
parent
dfe8419df8
commit
3751241b5d
1 changed files with 3 additions and 0 deletions
|
|
@ -149,6 +149,9 @@ export class ZZZPlugin extends plugin {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
deviceFp = await redis.get(`ZZZ:DEVICE_FP:${uid}:FP`);
|
deviceFp = await redis.get(`ZZZ:DEVICE_FP:${uid}:FP`);
|
||||||
|
let data = {
|
||||||
|
deviceFp,
|
||||||
|
};
|
||||||
if (!deviceFp) {
|
if (!deviceFp) {
|
||||||
const sdk = api.getUrl('getFp');
|
const sdk = api.getUrl('getFp');
|
||||||
const res = await request(sdk.url, {
|
const res = await request(sdk.url, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue