mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
refactor: uin -> uid
This commit is contained in:
parent
102243e064
commit
4b616299cf
2
src/core
2
src/core
@ -1 +1 @@
|
||||
Subproject commit 2c9b1204deab57edc546044b36b122adf1d18bfd
|
||||
Subproject commit 84dbc667acf2610f500126b741f65f905bc54ba6
|
@ -446,7 +446,9 @@ export class NapCatOnebot11 {
|
||||
groupRequestEvent.group_id = parseInt(notify.group.groupCode);
|
||||
let requestQQ = '';
|
||||
try {
|
||||
requestQQ = (await NTQQUserApi.getUserDetailInfo(notify.user1.uid)).uin;
|
||||
// requestQQ = (await NTQQUserApi.getUserDetailInfo(notify.user1.uid)).uin;
|
||||
// uid-->uin
|
||||
requestQQ = (await NTQQUserApi.getUinByUid(notify.user1.uid))!;
|
||||
} catch (e) {
|
||||
logError('获取加群人QQ号失败', e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user