Impl listening message

This commit is contained in:
Changhua
2023-02-19 05:34:10 +08:00
parent ffbef43d60
commit d6f47d7d5a
4 changed files with 164 additions and 89 deletions
+11
View File
@@ -33,3 +33,14 @@ typedef struct {
} DbField_t;
typedef vector<DbField_t> DbRow_t;
typedef vector<DbRow_t> DbRows_t;
typedef struct {
bool is_self;
bool is_group;
int32_t type;
string id;
string xml;
string sender;
string roomid;
string content;
} WxMsg_t;