Skip to content

Commit 5f2aaa3

Browse files
authored
修正按钮汇报信息
1 parent efa1d38 commit 5f2aaa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/v1/msg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ msg_id: "123123123123123123" // 信息ID
716716
chat_type: 2 // 对象类型, 1-用户 2-群聊 3-机器人
717717
chat_id: "123" // 对象ID
718718
user_id: "123" // 按钮事件发送者ID
719-
button_text: "测试按钮文本" // 欲点击按钮的文本标题
719+
button_value: "测试按钮文本" // 欲点击按钮的值
720720
```
721721

722722
::: details ProtoBuf数据结构
@@ -728,7 +728,7 @@ message button_report_send {
728728
uint64 chat_type = 3; // 对象类型, 1-用户 2-群聊 3-机器人
729729
string chat_id = 4; // 对象ID
730730
string user_id = 5; // 按钮事件发送者ID
731-
string button_text = 6; // 欲点击按钮的文本标题
731+
string button_value = 6; // 欲点击按钮的值
732732
}
733733
```
734734

0 commit comments

Comments
 (0)