From 51cf767e13e2d2cf4904fd5e5b14af75d491bde7 Mon Sep 17 00:00:00 2001 From: liangZ15 Date: Wed, 9 Mar 2022 14:00:48 +0800 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=20liangZ15=20=E4=BF=AE=E6=94=B9api=E6=8E=A5=E5=8F=A3=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 2 +- interfaces/kits/js/declaration/@ohos.update.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 5c3085d1..852fee0d 100644 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,7 @@ "name": "update_service", "subsystem": "updater", "syscap": [ - "SystemCapability.Updater.update_service" + "SystemCapability.Update.UpdateService" ], "features": [], "adapted_system_type": [ diff --git a/interfaces/kits/js/declaration/@ohos.update.d.ts b/interfaces/kits/js/declaration/@ohos.update.d.ts index 399d266c..a602cebb 100644 --- a/interfaces/kits/js/declaration/@ohos.update.d.ts +++ b/interfaces/kits/js/declaration/@ohos.update.d.ts @@ -19,7 +19,7 @@ import { AsyncCallback, BussinessError } from "./basic"; * A static class to do update for device. * * @since 6 - * @syscap SystemCapability.Updater.update_service + * @syscap SystemCapability.Update.UpdateService */ declare namespace update { /** -- Gitee