WeChatFerry/spy/receive_transfer.h

6 lines
96 B
C
Raw Normal View History

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