diff --git a/DWeChatRobot/CheckFriendStatus.cpp b/DWeChatRobot/CheckFriendStatus.cpp index 08c77782c290c661784b3d0a82d1613587cc83f5..8cfb3558a24eeb834bac4ebaa8b81f5cba723d50 100644 --- a/DWeChatRobot/CheckFriendStatus.cpp +++ b/DWeChatRobot/CheckFriendStatus.cpp @@ -124,6 +124,7 @@ VOID __stdcall CheckFriendStatus(wchar_t* wxid) { mov eax, edi; push eax; call CheckFriendStatusCall2; + // 这里改成0x2就是添加好友,0x1是请求好友状态 push 0x1; lea eax, pwxid; sub esp, 0x14;