This commit is contained in:
2023-05-12 16:08:39 +08:00
parent c1943df644
commit 26aea31550
8 changed files with 272 additions and 214 deletions

View File

@@ -65,6 +65,12 @@ private:
public:
//获取用户IP
static std::string GetUserIp();
//验证IP是否通过
static bool ReqIpLicense(std::string ippack, std::string Rqip);
//获取EXE使用头 号位数据
static int GetExeNutWrtNum(int Pos);