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 03e2820c73190401a157e05136c99490c6544a6f..ab74e04e4f36611643716dcd5badec2051c1608d 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';