Project

General

Profile

Feature #2758 » ZJ_ACSclient.h

yan hong, 06/19/2023 03:33 PM

 
1
#pragma once
2

    
3
#include <string>
4

    
5
using namespace std;
6

    
7

    
8
class Fclient{
9
public:
10

    
11
	static int Sendreq(string& sendUrl, string& sendHeader, string& reqData, string& req_callback, int type);
12
};
(4-4/13)