diff --git a/uni_modules/uni-getProvider/utssdk/interface.uts b/uni_modules/uni-getProvider/utssdk/interface.uts index 49f34c144dac40de825f2f4dd771fc9527ac59ca..79d75e0f54c5eb3f4d1f1ff293b095320c27b6d1 100644 --- a/uni_modules/uni-getProvider/utssdk/interface.uts +++ b/uni_modules/uni-getProvider/utssdk/interface.uts @@ -16,26 +16,26 @@ export type GetProviderSuccess = { provider: string[], /** * 得到的服务供应商服务对象 - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "5.0", - * "uniVer": "√", - * "unixVer": "4.18" - * }, - * "ios": { - * "osVer": "9.0", - * "uniVer": "√", - * "unixVer": "4.18" - * } - * }, - * "web": { - * "uniVer": "x", - * "unixVer": "x" - * } + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "5.0", + * "uniVer": "√", + * "unixVer": "4.18" + * }, + * "ios": { + * "osVer": "9.0", + * "uniVer": "√", + * "unixVer": "4.18" + * } + * }, + * "web": { + * "uniVer": "x", + * "unixVer": "x" + * } * } */ - + providers: UniProvider[], /** * 描述信息 @@ -94,8 +94,8 @@ export interface Uni { * } * }, * "web": { - * "uniVer": "√", - * "unixVer": "4.05" + * "uniVer": "x", + * "unixVer": "x" * } * } * @example