From 7b2a79967b843d8a8920a6a930d68eacfb7320ae Mon Sep 17 00:00:00 2001 From: wanxiaoqing Date: Fri, 29 Aug 2025 11:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanxiaoqing --- api/@ohos.data.unifiedDataChannel.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.data.unifiedDataChannel.d.ts b/api/@ohos.data.unifiedDataChannel.d.ts index bdc283df1f..e7716a6412 100644 --- a/api/@ohos.data.unifiedDataChannel.d.ts +++ b/api/@ohos.data.unifiedDataChannel.d.ts @@ -1913,7 +1913,7 @@ declare namespace unifiedDataChannel { * Indicates the callback function for loading data. * * @typedef { function } DataLoadHandler - * @param { DataLoadInfo } acceptableInfo Indicates the type and number of data that can be accepted by the receiver. + * @param { DataLoadInfo } [acceptableInfo] Indicates the type and number of data that can be accepted by the receiver. * @returns { UnifiedData | null } the {@link UnifiedData} object to be loaded. * @syscap SystemCapability.DistributedDataManager.UDMF.Core * @atomicservice -- Gitee