Skip to content

Commit d9f9be1

Browse files
Update msg.md
修复序列化中不能有"-"的问题,并提交
1 parent b20ce01 commit d9f9be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/v1/msg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ temp_text: ""
3838
```
3939
::: details ProtoBuf数据结构
4040
```proto
41-
message send-message_send {
41+
message send_message_send {
4242
string msg_id = 2; // 信息ID
4343
string chat_id = 3; // 欲发送到的信息对象
4444
string chat_type = 4; // 欲发送到的信息对象的类别,1-用户,2-群聊,3-机器人

0 commit comments

Comments
 (0)