mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
feat:默认设备信息绑定设备
This commit is contained in:
parent
d6a299c275
commit
dfe8419df8
2 changed files with 32 additions and 4 deletions
|
|
@ -107,6 +107,7 @@ export class User extends ZZZPlugin {
|
|||
await redis.del(`ZZZ:DEVICE_FP:${ltuid}:FP`);
|
||||
await redis.del(`ZZZ:DEVICE_FP:${ltuid}:BIND`);
|
||||
await redis.del(`ZZZ:DEVICE_FP:${ltuid}:ID`);
|
||||
await redis.del(`ZZZ:DEVICE_FP:${uid}:FP`);
|
||||
await this.reply('解绑设备成功', false, { at: true, recallMsg: 100 });
|
||||
}
|
||||
async bindDeviceHelp() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue