From 48fd2f8d87d15e0082bd3dfa81b20364e4f3ea4c Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Sat, 2 Sep 2023 21:54:15 +0800 Subject: [PATCH] test --- mobile/wxnotify.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mobile/wxnotify.php b/mobile/wxnotify.php index ce3ee5e..a415d78 100644 --- a/mobile/wxnotify.php +++ b/mobile/wxnotify.php @@ -30,6 +30,8 @@ $logFilePath = './wxlogde_decrypt.txt'; // 日志文件保存路径 +file_put_contents($logFilePath, 'here', FILE_APPEND | LOCK_EX); + // 获取异步回调的数据 $postData = file_get_contents('php://input');