提交 3eafcfcb 编写于 作者: 杜庆泉's avatar 杜庆泉

Merge branch 'dev' into alpha

......@@ -44,7 +44,6 @@
uni.connectWifi({
maunal:false,
SSID:"Xiaomi_20D0",
BSSID:"",
password:"BBBB",
complete:(res)=>{
console.log(res);
......
......@@ -42,7 +42,7 @@ type GetConnectedWifiOptions = {
*/
type WifiConnectOption = {
SSID:string;
BSSID:string;
BSSID?:string;
password:string;
maunal:boolean;
// 只返回ssid
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册