mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-01-09 22:45:38 +08:00
fix: hook http功能
This commit is contained in:
parent
2ed409e7b0
commit
bf52de1560
@ -101,7 +101,7 @@ VOID CALLBACK SendHttpMsgCallback(PTP_CALLBACK_INSTANCE instance, PVOID context,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
std::string jstr = j_msg.dump() + "\n";
|
std::string jstr = j_msg.dump() + "\n";
|
||||||
// HttpClient::GetInstance().SendRequest(jstr);
|
HttpClient::GetInstance().SendRequest(jstr);
|
||||||
}
|
}
|
||||||
|
|
||||||
void HandleSyncMsg(INT64 param1, INT64 param2, INT64 param3) {
|
void HandleSyncMsg(INT64 param1, INT64 param2, INT64 param3) {
|
||||||
|
Loading…
Reference in New Issue
Block a user