Skip to content

Commit 0c89216

Browse files
author
haoxiuwen
committed
modify
1 parent b5f84b0 commit 0c89216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/document/unity/message_send_receive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ SDKClient.Instance.ChatManager.SendMessage(ref msg, new CallBack(
410410
));
411411
```
412412

413-
2. 接收自定义消息与其他类型消息一致,详见[接收文本消息](#接收文本消息)
413+
2. 接收自定义消息与其他类型消息一致,详见[接收文本消息](#发送和接收文本消息)
414414

415415
## 发送和接收合并消息
416416

@@ -526,7 +526,7 @@ SDKClient.Instance.ChatManager.SendMessage(ref msg, new CallBack(
526526
));
527527
```
528528

529-
接收群定向消息与接收普通消息的操作相同,详见[接收文本消息](#接收文本消息)
529+
接收群定向消息与接收普通消息的操作相同,详见[接收文本消息](#发送和接收文本消息)
530530

531531
## 使用消息扩展字段
532532

0 commit comments

Comments
 (0)