From f169bd4d38488563f643f0e5bb0fb34a4cd3dfcb Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Sat, 2 Sep 2023 22:07:58 +0800 Subject: [PATCH] debug wxnotify --- mobile/wxnotify.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile/wxnotify.php b/mobile/wxnotify.php index e8e9a0e..f0102ba 100644 --- a/mobile/wxnotify.php +++ b/mobile/wxnotify.php @@ -39,6 +39,9 @@ $postData = file_get_contents('php://input'); file_put_contents($logFilePath, "here1\n\r", FILE_APPEND | LOCK_EX); session_start(); file_put_contents($logFilePath, "here2\n\r", FILE_APPEND | LOCK_EX); + +file_put_contents($logFilePath, BASE_PATH."\n\r", FILE_APPEND | LOCK_EX); + require_once(BASE_PATH . 'helpers/dalianpay/library/Base.php'); file_put_contents($logFilePath, "here3\n\r", FILE_APPEND | LOCK_EX); $Base = new Base();