WeChatFerry/spy/receive_transfer.h
2023-06-24 10:25:22 +08:00

6 lines
123 B
C++

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