diff --git a/uni_modules/uni-wifi/utssdk/interface.uts b/uni_modules/uni-wifi/utssdk/interface.uts index c2a2767570171c3bd95d715a46c675f30a547078..bb1fbc226f5ead2254d532b9ffbb6f5acbd3a723 100644 --- a/uni_modules/uni-wifi/utssdk/interface.uts +++ b/uni_modules/uni-wifi/utssdk/interface.uts @@ -367,5 +367,23 @@ interface Uni { * @uniVueVersion 2,3 //支持的vue版本 */ onOffWifiConnectedWithPartialInfo : OnOffWifiConnectedWithPartialInfo, + /** + * SetWifiList 暂未实现 + * + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "x", + * "uniVer": "x", + * "unixVer": "x" + * }, + * "ios": { + * "osVer": "x", + * "uniVer": "x", + * "unixVer": "x" + * } + * } + * } + */ setWifiList : SetWifiList, } \ No newline at end of file