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 8b34d32bcfc0bbfd0872550cd15f03e9673976fe..a7726e92c96440e75b9a4bbfe53d61808acd0edd 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'; import { BusinessError } from '@ohos.base'; @@ -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'; import { BusinessError } from '@ohos.base';