Skip to content

Commit

Permalink
Merge pull request #621 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify Push Doc Format
  • Loading branch information
haoxiuwen authored Jan 29, 2024
2 parents 365082c + 572a27f commit d7f5412
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 d7f5412

Please sign in to comment.