提交 e77623e7 编写于 作者: lizhongyi_'s avatar lizhongyi_

uni-wifi interface更新

上级 a06baabd
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
* Wifi 链接参数封装 * Wifi 链接参数封装
*/ */
export type WifiConnectOption = { export type WifiConnectOption = {
SSID: string; SSID?: string;
BSSID: string; BSSID?: string;
password: string; password?: string;
maunal: boolean; maunal?: boolean;
partialInfo: boolean; //ios不生效 partialInfo?: boolean; //ios不生效
success?: (res: UniWifiResult) => void; success?: (res: UniWifiResult) => void;
fail?: (res: UniWifiResult) => void; fail?: (res: UniWifiResult) => void;
complete?: (res: UniWifiResult) => void; complete?: (res: UniWifiResult) => void;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册