build:1.7.5For9.9.15

This commit is contained in:
手瓜一十雪 2024-08-03 16:23:55 +08:00
parent 3614a6e932
commit dcd6e1973e

View File

@ -73,7 +73,7 @@ export class NTQQUserApi {
(
'NodeIKernelProfileService/fetchUserDetailInfo',
'NodeIKernelProfileListener/onUserDetailInfoChanged',
2,
1,
5000,
(profile) => {
if (profile.uid === uid) {
@ -85,20 +85,19 @@ export class NTQQUserApi {
[
uid
],
UserDetailSource.KDB,
UserDetailSource.KSERVER,
[
ProfileBizType.KALL
]
);
let RetUser: User = {
...profile.simpleInfo.baseInfo,
...profile.simpleInfo.coreInfo,
...profile.simpleInfo.status,
...profile.commonExt,
...profile.simpleInfo.vasInfo,
...profile.simpleInfo.relationFlags,
...profile.simpleInfo.otherFlags,
...profile.simpleInfo.intimate
...profile.commonExt,
...profile.simpleInfo.baseInfo,
qqLevel: profile.commonExt.qqLevel,
pendantId: ""
};
return RetUser;
}