Impl get self wxid

This commit is contained in:
Changhua
2022-09-25 11:22:24 +08:00
parent fdcb9cc54c
commit 878b152396
11 changed files with 51 additions and 15 deletions
+4
View File
@@ -106,6 +106,10 @@ int main()
return 0;
}
// 自己的 wxid
wstring selfWxid = WxGetSelfWxid();
wprintf(L"本号WXID%s\n", selfWxid.c_str());
// 获取消息类型
wprintf(L"获取消息类型\n");
const MsgTypesMap_t WxMsgTypes = WxGetMsgTypes();