WeChatFerry/spy/receive_transfer.h

6 lines
123 B
C
Raw Normal View History

2023-04-18 23:23:41 +08:00
#pragma once
#include <string>
2023-06-24 10:25:22 +08:00
int ReceiveTransfer(std::string wxid, std::string transferid, std::string transactionid);