Skip to content

Commit 97f637b

Browse files
Update msg.md
1 parent 826dcb7 commit 97f637b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/api/v1/msg.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ data {
2626
image_key: "欲发送图片key"
2727
msg_text1: "信息文本"
2828
msg_text2: "信息文本"
29-
temp_text: ""
30-
temp_text: ""
31-
temp_text: ""
32-
temp_code: 0
29+
temp_text1: ""
30+
temp_text2: ""
31+
temp_text3: ""
32+
temp_code1: 0
3333
}
3434
msg_type: 1
3535
temp_code: 0
@@ -49,10 +49,10 @@ message send_message_send {
4949
string image_key = 9; // 欲发送图片key
5050
string msg_text1 = 11; // 信息文本
5151
string msg_text2 = 12; // 信息文本
52-
string temp_text = 16; // 不知道干啥的
53-
string temp_text = 17; // 不知道干啥的
54-
string temp_text = 23; // 不知道干啥的
55-
uint64 temp_code = 24; // 不知道干啥的
52+
string temp_text1 = 16; // 不知道干啥的
53+
string temp_text2 = 17; // 不知道干啥的
54+
string temp_text3 = 23; // 不知道干啥的
55+
uint64 temp_code1 = 24; // 不知道干啥的
5656
}
5757
uint64 msg_type = 6; // 信息类别,1-文本,2-图片,3-markdown,4-文件,5-表单,6-文章,7-表情,8-html
5858
uint64 temp_code = 7; // 不知道干啥的

0 commit comments

Comments
 (0)