refactor: 将日志文件路径移动到log目录下

修改日志文件存储位置,便于统一管理日志文件
This commit is contained in:
2025-12-05 14:00:35 +08:00
parent 5bbb0877d5
commit 5d320e0ccf
+1 -1
View File
@@ -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';