From e365ed32200884bbaa7cc5c859eaf3daa0bff9b9 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 16 May 2022 07:44:53 +0000 Subject: [PATCH] update zh-cn/application-dev/notification/notification.md. Signed-off-by: zengyawen --- zh-cn/application-dev/notification/notification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/notification/notification.md b/zh-cn/application-dev/notification/notification.md index 603af08a1b..c00afc4538 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) -- GitLab