refactor: 将日志文件路径移动到log目录下
修改日志文件存储位置,便于统一管理日志文件
This commit is contained in:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user