优化:

添加主要处理函数Processing_IP_addresses(src_ip);
数据处理放到cache.c
暂时未发现Bug
This commit is contained in:
2025-02-17 12:59:02 +08:00
parent 685b29a045
commit 5e441c068f
8 changed files with 260 additions and 129 deletions

View File

@@ -43,7 +43,8 @@ typedef struct {
} Response;
extern char *curl_get_area(char *URL);
extern char *CurlGetIpArea(char *ip);
extern char *GetLocalAddr(char *url);
extern int parse_json_to_struct(const char *json_string, Response *response);