From 67f2eac606abdf4ca519ba06bea6605665bc05ea Mon Sep 17 00:00:00 2001 From: cclicn Date: Tue, 24 Jun 2025 10:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9B=9E=E9=80=80=E3=80=91=E3=80=90?= =?UTF-8?q?=E5=B8=90=E5=8F=B7iam=E3=80=91=E5=9B=9E=E9=80=80arkts=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cclicn --- api/@ohos.account.osAccount.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/@ohos.account.osAccount.d.ts b/api/@ohos.account.osAccount.d.ts index f3489743c0..662dd6b646 100644 --- a/api/@ohos.account.osAccount.d.ts +++ b/api/@ohos.account.osAccount.d.ts @@ -2651,7 +2651,6 @@ declare namespace osAccount { * @syscap SystemCapability.Account.OsAccount * @systemapi * @since 20 - * @arkts 1.1&1.2 */ prepareRemoteAuth(remoteNetworkId: string): Promise; @@ -2747,7 +2746,6 @@ declare namespace osAccount { * @syscap SystemCapability.Account.OsAccount * @systemapi * @since 20 - * @arkts 1.1&1.2 */ auth( challenge: Uint8Array, @@ -2825,7 +2823,6 @@ declare namespace osAccount { * @syscap SystemCapability.Account.OsAccount * @systemapi * @since 20 - * @arkts 1.1&1.2 */ auth( challenge: Uint8Array, @@ -2932,7 +2929,6 @@ declare namespace osAccount { * @syscap SystemCapability.Account.OsAccount * @systemapi * @since 20 - * @arkts 1.1&1.2 */ authUser( userId: number, -- Gitee