Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Jan 29, 2024
1 parent bad4158 commit 572a27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/document/android/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ EMClient.getInstance().chatManager().sendMessage(message);

使用下面的示例代码后,通知栏中弹出的推送通知为:

您收到了一条消息
您收到了一条消息<br/>
请及时查看

```java
Expand Down
2 changes: 1 addition & 1 deletion docs/document/ios/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ message.chatType = EMChatTypeChat;
使用下面的示例代码后,通知栏中弹出的推送通知为:
您收到了一条消息
您收到了一条消息<br/>
请及时查看
```objectivec
Expand Down

0 comments on commit 572a27f

Please sign in to comment.