From 7be190d1884f3e1c1e81b0a3824f3c88c450dc1a Mon Sep 17 00:00:00 2001 From: duqingquan Date: Mon, 25 Sep 2023 20:15:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=94=B5=E9=87=8F=20index.d.?= =?UTF-8?q?ts=20=E4=BF=AE=E6=94=B9=20getBatteryInfoSync=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-getbatteryinfo/utssdk/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-getbatteryinfo/utssdk/index.d.ts b/uni_modules/uni-getbatteryinfo/utssdk/index.d.ts index bfd890c1..9f0b83c4 100644 --- a/uni_modules/uni-getbatteryinfo/utssdk/index.d.ts +++ b/uni_modules/uni-getbatteryinfo/utssdk/index.d.ts @@ -38,5 +38,5 @@ declare interface Uni { /** * 同步获取电池电量信息 */ - GetBatteryInfoSync(): UniNamespace.GetBatteryInfoSuccessCallbackResult; + getBatteryInfoSync(): UniNamespace.GetBatteryInfoSuccessCallbackResult; } -- GitLab