未验证 提交 b1b076d2 编写于 作者: O openharmony_ci 提交者: Gitee

!23491 【资料问题】挑单修改notificationManager错误Id问题

Merge pull request !23491 from yuyaozhi/OpenHarmony-4.0-Beta2
......@@ -74,7 +74,7 @@ publish(request: NotificationRequest): Promise\<void\>
```js
// 通知Request对象
let notificationRequest = {
notificationId: 1,
id: 1,
content: {
contentType: Notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
normal: {
......@@ -161,7 +161,7 @@ publish(request: NotificationRequest, userId: number): Promise\<void\>
```js
let notificationRequest = {
notificationId: 1,
id: 1,
content: {
contentType: Notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
normal: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册