From 16be9f3c0a406ff6cf3fb81b6fefcb23cf9d33b3 Mon Sep 17 00:00:00 2001 From: hu-kai45 Date: Tue, 20 Feb 2024 16:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=B8=8B=E8=BD=BD=20search?= =?UTF-8?q?=20=E6=8E=A5=E5=8F=A3since=20=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hu-kai45 --- api/@ohos.request.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.request.d.ts b/api/@ohos.request.d.ts index 2fd3413be..eb895d918 100644 --- a/api/@ohos.request.d.ts +++ b/api/@ohos.request.d.ts @@ -4773,7 +4773,7 @@ declare namespace request { * @throws { BusinessError } 13400003 - task service ability error. * @syscap SystemCapability.Request.FileTransferAgent * @crossplatform - * @since 10 + * @since 11 */ function search(filter: Filter, callback: AsyncCallback>): void;