Project

General

Profile

Feature #3000 » ZJ_cctvClient.h

yan hong, 05/24/2023 03:21 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
};
(5-5/9)