From 88160e8c3d58ad6371343dd0147587638ac6b8ef Mon Sep 17 00:00:00 2001 From: wangkailong Date: Fri, 1 Sep 2023 19:48:01 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20a29dbb1=20from=20https://gitee.com/wklj?= =?UTF-8?q?y/docs/pulls/23705=20fixed=20007ee79=20from=20https://gitee.com?= =?UTF-8?q?/wkljy/docs/pulls/23704=20=E5=BA=9F=E5=BC=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangkailong Change-Id: Iba17ab9e4f33a698426bc144c8a9aec6402c7231 --- .../reference/apis/js-apis-ability-particleAbility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-ability-particleAbility.md b/zh-cn/application-dev/reference/apis/js-apis-ability-particleAbility.md index 03e2820c73..ab74e04e4f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-ability-particleAbility.md +++ b/zh-cn/application-dev/reference/apis/js-apis-ability-particleAbility.md @@ -230,7 +230,7 @@ startBackgroundRunning(id: number, request: NotificationRequest, callback: Async **示例**: ```ts -import notification from '@ohos.notification'; +import notification from '@ohos.notificationManager'; import particleAbility from '@ohos.ability.particleAbility'; import wantAgent from '@ohos.app.ability.wantAgent'; @@ -299,7 +299,7 @@ startBackgroundRunning(id: number, request: NotificationRequest): Promise<voi **示例**: ```ts -import notification from '@ohos.notification'; +import notification from '@ohos.notificationManager'; import particleAbility from '@ohos.ability.particleAbility'; import wantAgent from '@ohos.app.ability.wantAgent'; -- GitLab