mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
build:1.7.5For9.9.15
This commit is contained in:
parent
3614a6e932
commit
dcd6e1973e
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user