yan hong, 06/19/2023 03:33 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);
};