diff --git a/App/App.cpp b/App/App.cpp index d2591b5..9012403 100644 --- a/App/App.cpp +++ b/App/App.cpp @@ -61,7 +61,7 @@ int main() if (status != 0) { return 0; } -#if 0 + // 获取消息类型 wprintf(L"获取消息类型\n"); const MsgTypesMap_t WxMsgTypes = WxGetMsgTypes(); @@ -72,7 +72,7 @@ int main() wprintf(L"Message: 接收通知中......\n"); WxSetTextMsgCb(onTextMsg); Sleep(1000); // 等待1秒 - +#if 0 // 测试发送消息 wprintf(L"测试发送消息\n"); WxSendTextMsg(wxid, at_wxid, content); diff --git a/Spy/load_calls.cpp b/Spy/load_calls.cpp index 5fa0bd2..1d885f6 100644 --- a/Spy/load_calls.cpp +++ b/Spy/load_calls.cpp @@ -9,7 +9,7 @@ WxCalls_t wxCalls = { 0x2366538, // Login Status 0x521D30, // Send Message /* Receive Message: Hook, call, type, self, id, msgXml, roomId, wxId, content */ - { 0x550F4C, 0xA94A50, 0x38, 0x3C, 0x184, 0x1EC, 0x48, 0x170, 0x70 }, + { 0x550F4C, 0xA96350, 0x38, 0x3C, 0x184, 0x1EC, 0x48, 0x170, 0x70 }, { 0xBD780, 0x770120, 0x521640 }, // Send Image Message /* Get Contacts: Base, head, wxId, Code, Name, Gender, Country, Province, City*/