diff --git a/webhook.php b/webhook.php index b4f1fef..34152c4 100644 --- a/webhook.php +++ b/webhook.php @@ -8,7 +8,7 @@ header('Content-Type: application/json; charset=utf-8'); $bind_code = '20251205123619412736007'; // 日志文件路径 -$log_file = 'wps_form_webhook.log'; +$log_file = 'log/wps_form_webhook.log'; // 加载数据库配置 require_once 'config.php';