From 02cff040e3732cce1bf1db3330161b8631f134d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 4 Dec 2024 18:50:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84createUidFromTinyId=E5=92=8CgetStatu?= =?UTF-8?q?sByUid=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/apis/user.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/core/apis/user.ts b/src/core/apis/user.ts index 43a81cf6..f51fd2df 100644 --- a/src/core/apis/user.ts +++ b/src/core/apis/user.ts @@ -11,13 +11,6 @@ export class NTQQUserApi { this.context = context; this.core = core; } - //self_tind格式 - async createUidFromTinyId(tinyId: string) { - return this.context.session.getMsgService().createUidFromTinyId(this.core.selfInfo.uin, tinyId); - } - async getStatusByUid(uid: string) { - return this.context.session.getProfileService().getStatus(uid); - } async getCoreAndBaseInfo(uids: string[]) { return await this.core.eventWrapper.callNoListenerEvent(