Browse Source
update README.md.
Signed-off-by: blue <825657193@qq.com>
master
blue
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -124,7 +124,7 @@ public class IMClient { |
|
|
} |
|
|
} |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
发送私聊消息(群聊同理): |
|
|
发送私聊消息(群聊也是类似的方式): |
|
|
``` |
|
|
``` |
|
|
@Autowired |
|
|
@Autowired |
|
|
private IMClient imClient; |
|
|
private IMClient imClient; |
|
|
|