completed requests to ofd.ru

This commit is contained in:
2024-11-24 19:07:28 +03:00
parent 48885daed5
commit 3106479fcc
16 changed files with 1274 additions and 9 deletions

View File

@@ -11,7 +11,9 @@ class Net
public:
Net();
std::vector<std::string> get_all_modules(std::string url);
std::string get_file(std::string url, std::string filename);
void get_file(std::string url, std::string filename);
std::string fetch_check_data_from_ofdru(std::string fn, std::string fd, std::string fi, std::string datetime, int operation, int total, std::string captcha);
void get_captcha_from_ofdru();
};
#endif // NET_H