From b7b814c4403f5712350ca1b7eff6dcc516f2df3a Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Sat, 2 Sep 2023 22:26:46 +0800 Subject: [PATCH] modify notify address --- mobile/source/helpers/wxnorify_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/source/helpers/wxnorify_helper.php b/mobile/source/helpers/wxnorify_helper.php index 47d0065..d5625a2 100644 --- a/mobile/source/helpers/wxnorify_helper.php +++ b/mobile/source/helpers/wxnorify_helper.php @@ -27,7 +27,7 @@ // // 非POST请求的处理 // // ... // } - +session_start(); $logFilePath = './wxlogde_decrypt.txt'; // 日志文件保存路径 file_put_contents($logFilePath, "new begin:\n\r", FILE_APPEND | LOCK_EX);