From 244c952fe82f86ed7c71bddeeab779a23477e380 Mon Sep 17 00:00:00 2001 From: fanjiaojiao Date: Fri, 9 Dec 2022 17:36:40 +0800 Subject: [PATCH] api_check syscap test Signed-off-by: fanjiaojiao --- api/@ohos.ability.dataUriUtils.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.ability.dataUriUtils.d.ts b/api/@ohos.ability.dataUriUtils.d.ts index 2e995894a9..0e1346de77 100644 --- a/api/@ohos.ability.dataUriUtils.d.ts +++ b/api/@ohos.ability.dataUriUtils.d.ts @@ -17,7 +17,7 @@ * A utility class used for handling objects that use the DataAbilityHelper scheme. * @name dataUriUtils * @since 7 - * @syscap SystemCapability.Ability.AbilityRuntime.Core + * @syscap SystemCapability.Ability.AbiRuntime.Core * @permission N/A */ declare namespace dataUriUtils { @@ -25,7 +25,7 @@ declare namespace dataUriUtils { * Obtains the ID attached to the end of the path component of the given uri. * * @since 7 - * @syscap SystemCapability.Ability.AbilityRuntime.Core + * @syscap SystemCapability.Abilitydddd.AbilityRuntime.Core * @param uri Indicates the uri object from which the ID is to be obtained. * @returns Returns the ID attached to the end of the path component; */ -- Gitee