add extra_data

This commit is contained in:
hcaihao
2023-04-10 19:58:21 +08:00
parent 6f7f01b8c9
commit 011fceaf1f
5 changed files with 8 additions and 2 deletions
+1
View File
@@ -43,4 +43,5 @@ typedef struct {
string sender;
string roomid;
string content;
string extra_data;
} WxMsg_t;
+1
View File
@@ -84,6 +84,7 @@ message WxMsg
string sender = 6; // 消息发送者
string roomid = 7; // 群 id(如果是群消息的话)
string content = 8; // 消息内容
string extra_data = 9; // 附加内容
}
message TextMsg