mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
build:1.7.5For9.9.15
This commit is contained in:
@@ -73,7 +73,7 @@ export class NTQQUserApi {
|
|||||||
(
|
(
|
||||||
'NodeIKernelProfileService/fetchUserDetailInfo',
|
'NodeIKernelProfileService/fetchUserDetailInfo',
|
||||||
'NodeIKernelProfileListener/onUserDetailInfoChanged',
|
'NodeIKernelProfileListener/onUserDetailInfoChanged',
|
||||||
2,
|
1,
|
||||||
5000,
|
5000,
|
||||||
(profile) => {
|
(profile) => {
|
||||||
if (profile.uid === uid) {
|
if (profile.uid === uid) {
|
||||||
@@ -85,20 +85,19 @@ export class NTQQUserApi {
|
|||||||
[
|
[
|
||||||
uid
|
uid
|
||||||
],
|
],
|
||||||
UserDetailSource.KDB,
|
UserDetailSource.KSERVER,
|
||||||
[
|
[
|
||||||
ProfileBizType.KALL
|
ProfileBizType.KALL
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
let RetUser: User = {
|
let RetUser: User = {
|
||||||
...profile.simpleInfo.baseInfo,
|
|
||||||
...profile.simpleInfo.coreInfo,
|
...profile.simpleInfo.coreInfo,
|
||||||
...profile.simpleInfo.status,
|
...profile.simpleInfo.status,
|
||||||
...profile.commonExt,
|
|
||||||
...profile.simpleInfo.vasInfo,
|
...profile.simpleInfo.vasInfo,
|
||||||
...profile.simpleInfo.relationFlags,
|
...profile.commonExt,
|
||||||
...profile.simpleInfo.otherFlags,
|
...profile.simpleInfo.baseInfo,
|
||||||
...profile.simpleInfo.intimate
|
qqLevel: profile.commonExt.qqLevel,
|
||||||
|
pendantId: ""
|
||||||
};
|
};
|
||||||
return RetUser;
|
return RetUser;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user