yan hong, 05/24/2023 03:21 PM
#pragma once
#include <string>
using namespace std;
class Fclient{
public:
static int Sendreq(string& sendUrl, string& sendHeader, string& reqData, string& req_callback, int type);
};