From bfe5f46d712abf397610fafcb2e11cf60bc5af61 Mon Sep 17 00:00:00 2001 From: duqingquan Date: Fri, 10 Nov 2023 17:41:01 +0800 Subject: [PATCH] =?UTF-8?q?wifi=20=E6=8E=A5=E5=8F=A3=E5=A3=B0=E6=98=8E?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-wifi/utssdk/interface.uts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uni_modules/uni-wifi/utssdk/interface.uts b/uni_modules/uni-wifi/utssdk/interface.uts index c2a2b23..b568d02 100644 --- a/uni_modules/uni-wifi/utssdk/interface.uts +++ b/uni_modules/uni-wifi/utssdk/interface.uts @@ -69,7 +69,7 @@ export type StopWifi = (option : WifiOption) => void export type GetWifiList = (option : WifiOption) => void -export type OnGetWifiList = (callback : UniWifiCallback) => void +export type OnGetWifiList = (callback : UniGetWifiListCallback) => void export type OffGetWifiList = (callback : UniWifiCallback) => void @@ -77,9 +77,9 @@ export type GetConnectedWifi = (option : GetConnectedWifiOptions) => void export type ConnectWifi = (option : WifiConnectOption) => void -export type OnWifiConnected = (callback : UniWifiCallback) => void +export type OnWifiConnected = (callback : UniWifiResultCallback) => void -export type OnWifiConnectedWithPartialInfo = (callback : UniWifiCallback) => void +export type OnWifiConnectedWithPartialInfo = (callback : UniWifiResultCallbackWithPartialInfo) => void export type OffWifiConnected = (callback : UniWifiCallback | null) => void -- GitLab