From df746ab3e72a5eadc8a163c263356b046b57d0b7 Mon Sep 17 00:00:00 2001 From: liangZ15 Date: Wed, 9 Mar 2022 11:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E9=83=A8=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..367320a3 100644 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,7 @@ "name": "update_service", "subsystem": "updater", "syscap": [ - "SystemCapability.Updater.update_service" + "SystemCapability.Update.UpdaterService" ], "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