add thumb

This commit is contained in:
hcaihao
2023-04-11 16:12:02 +08:00
parent 5503831ca0
commit 7bfe2afef2
7 changed files with 16 additions and 4 deletions
+1
View File
@@ -43,5 +43,6 @@ typedef struct {
string sender;
string roomid;
string content;
string thumb;
string extra;
} WxMsg_t;
+2 -1
View File
@@ -67,7 +67,8 @@ message WxMsg
string sender = 6; // 消息发送者
string roomid = 7; // 群 id(如果是群消息的话)
string content = 8; // 消息内容
string extra = 9; // 附加内容
string thumb = 9; // 缩略图
string extra = 10; // 附加内容
}
message TextMsg