Skip to content

Commit e54305f

Browse files
authored
Merge pull request #1485 from haoxiuwen/doc-v2
Modify Web Push Doc
2 parents 646ff71 + b8957b0 commit e54305f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/document/web/push/push_extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const sendTextMsg = () => {
3939
to: targetUserId,
4040
msg: msgContent,
4141
ext: {
42-
// 设置是否发送静默消息。该字段为内置内置字段,取值如下:`YES`:发送静默消息;(默认)`NO`:推送该消息。
43-
em_ignore_notification: "NO"
42+
// 设置是否发送静默消息。该字段为内置字段,取值如下:`true`:发送静默消息;(默认)`false`:推送该消息。
43+
em_ignore_notification: false
4444
},
4545
};
4646
let msg = AC.message.create(option);

0 commit comments

Comments
 (0)