From 25c97571af2f2a19193bf6a3da41b493caba2b2c Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Wed, 30 Aug 2023 23:32:10 +0800 Subject: [PATCH] get front_url --- mobile/wxnotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/wxnotify.php b/mobile/wxnotify.php index 0bd90b2..f9c5f3b 100644 --- a/mobile/wxnotify.php +++ b/mobile/wxnotify.php @@ -28,7 +28,7 @@ // // ... // } -$logFilePath = './wxlog.txt'; // 日志文件保存路径 +$logFilePath = './wxlogde.txt'; // 日志文件保存路径 // 获取异步回调的数据 $postData = file_get_contents('php://input');