diff --git a/uni_modules/uni-memorywarning/utssdk/interface.uts b/uni_modules/uni-memorywarning/utssdk/interface.uts index dd75bf6c0314a3ed501b53401539e179b0e22326..49eba7477e7e3d8e39a68d770dd5acc83c828f53 100644 --- a/uni_modules/uni-memorywarning/utssdk/interface.uts +++ b/uni_modules/uni-memorywarning/utssdk/interface.uts @@ -24,7 +24,8 @@ export interface Uni { * } * } * @uniVersion 3.7.7 - * @uniVueVersion 2,3 //支持的vue版本 + * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { expectCallback: true } */ onMemoryWarning : OnMemoryWarning, /** @@ -47,7 +48,8 @@ export interface Uni { * } * } * @uniVersion 3.7.7 - * @uniVueVersion 2,3 //支持的vue版本 + * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { expectCallback: true } */ offMemoryWarning : OffMemoryWarning } \ No newline at end of file diff --git a/uni_modules/uni-usercapturescreen/utssdk/interface.uts b/uni_modules/uni-usercapturescreen/utssdk/interface.uts index 889adb049074fea680c252bdeef372afcc2912d1..c2a55b63c999943f25a7c372f8f5731efdb95a3c 100644 --- a/uni_modules/uni-usercapturescreen/utssdk/interface.uts +++ b/uni_modules/uni-usercapturescreen/utssdk/interface.uts @@ -107,7 +107,8 @@ export interface Uni { * } * } * @uniVersion 3.7.7 - * @uniVueVersion 2,3 //支持的vue版本 + * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { expectCallback: true } */ onUserCaptureScreen : OnUserCaptureScreen, /** @@ -130,7 +131,8 @@ export interface Uni { * } * } * @uniVersion 3.7.7 - * @uniVueVersion 2,3 //支持的vue版本 + * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { expectCallback: true } */ offUserCaptureScreen : OffUserCaptureScreen, /** diff --git a/uni_modules/uni-wifi/utssdk/interface.uts b/uni_modules/uni-wifi/utssdk/interface.uts index bb1fbc226f5ead2254d532b9ffbb6f5acbd3a723..8a6f666834872d3227770870f00638a74c9db55f 100644 --- a/uni_modules/uni-wifi/utssdk/interface.uts +++ b/uni_modules/uni-wifi/utssdk/interface.uts @@ -250,6 +250,7 @@ interface Uni { * } * @uniVersion 3.7.7 * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { expectCallback: true } */ offGetWifiList : OffGetWifiList, /** @@ -273,6 +274,7 @@ interface Uni { * } * @uniVersion 3.7.7 * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { before: 'startWifi', after: 'stopWifi' } */ getConnectedWifi : GetConnectedWifi, /** @@ -296,6 +298,7 @@ interface Uni { * } * @uniVersion 3.7.7 * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { expectCallback: true } */ onWifiConnected : OnWifiConnected, /** @@ -319,6 +322,7 @@ interface Uni { * } * @uniVersion 3.7.7 * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { expectCallback: true } */ onWifiConnectedWithPartialInfo : OnWifiConnectedWithPartialInfo, /** @@ -342,6 +346,7 @@ interface Uni { * } * @uniVersion 3.7.7 * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { expectCallback: true } */ offWifiConnected : OffWifiConnected, /** @@ -365,6 +370,7 @@ interface Uni { * } * @uniVersion 3.7.7 * @uniVueVersion 2,3 //支持的vue版本 + * @autotest { expectCallback: true } */ onOffWifiConnectedWithPartialInfo : OnOffWifiConnectedWithPartialInfo, /**