WeChatFerry/WeChatFerry/spy/receive_transfer.h
2023-07-15 09:46:40 +08:00

6 lines
123 B
C++

#pragma once
#include <string>
int ReceiveTransfer(std::string wxid, std::string transferid, std::string transactionid);