From 6d0be4a6eca41f1a8ce0138de4475f641ada5af2 Mon Sep 17 00:00:00 2001 From: rainbro <33367671@qq.com> Date: Thu, 5 Jun 2025 12:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=A4=9A=E5=A4=9A=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E5=88=B0=E8=AF=A5=E6=96=87=E4=BB=B6=E4=B8=BA=E6=95=8F=E6=84=9F?= =?UTF-8?q?=E6=96=87=E4=BB=B6=20=E8=A6=81=E6=B1=82=E4=B8=8D=E8=A6=81?= =?UTF-8?q?=E6=94=BE=E5=88=B0=E6=A0=B9=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit app-9060eff1-799f7b9c46-86cx7 Web 根目录 /var/www/html 敏感文件列表 - postRequest.log --- library/pinduoduo/pdd_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/pinduoduo/pdd_api.php b/library/pinduoduo/pdd_api.php index 1cfea4e..810cb91 100644 --- a/library/pinduoduo/pdd_api.php +++ b/library/pinduoduo/pdd_api.php @@ -363,7 +363,7 @@ class PDD { $this->request_headers[] = "X-PDD-PageCode:".$this->pagecode; } - error_log(date("Y-m-d H:i:s")."|".$this->request_url."|".json_encode($data)."|".json_encode($this->request_headers)."\n", 3, './postRequest.log'); + error_log(date("Y-m-d H:i:s")."|".$this->request_url."|".json_encode($data)."|".json_encode($this->request_headers)."\n", 3, './logs/postRequest.log'); curl_setopt($ch, CURLOPT_HTTPHEADER, $this->request_headers); -- 1.8.3.1