diff --git a/zh-cn/application-dev/notification/notification.md b/zh-cn/application-dev/notification/notification.md index 603af08a1b20e361d4bd15034b384b32cf45c994..c00afc4538c4c013a5a112e78c718a980fe5b64f 100644 --- a/zh-cn/application-dev/notification/notification.md +++ b/zh-cn/application-dev/notification/notification.md @@ -248,5 +248,5 @@ Notification.cancel(1, "label", cancelCallback) ## 相关实例 针对通知开发,有以下相关可供参考: - -- [`Notification`:通知(eTS)(API7)](https://gitee.com/openharmony/app_samples/tree/master/common/Notification) +- [`Notification`:订阅、发送通知(eTS)(API9)](https://gitee.com/openharmony/app_samples/tree/master/Notification/Notification) +- [`Notification`:通知(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/common/Notification)