From 6b6c6efe9021e3d02cde37c566b5fb2db1cd891d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E5=B0=91=E4=BF=8A?= Date: Thu, 20 Feb 2025 04:09:15 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=93=9D=E9=BB=84=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 汪少俊 --- api/@ohos.telephony.sim.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.telephony.sim.d.ts b/api/@ohos.telephony.sim.d.ts index 37f1d31d08..e6c41027ef 100644 --- a/api/@ohos.telephony.sim.d.ts +++ b/api/@ohos.telephony.sim.d.ts @@ -2215,7 +2215,7 @@ declare namespace sim { * @systemapi Hide this for inner system use. * @since 14 */ - function getSimAuthentication(slotId: number, authType: AuthType, authData: string): Promise + function getSimAuthentication(slotId: number, authType: AuthType, authData: string): Promise; /** * Defines the carrier configuration. -- Gitee