From 678935062471e0933e5686f8782792c56a965375 Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Wed, 30 Aug 2023 23:37:37 +0800 Subject: [PATCH] get front_url --- mobile/wxnotify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/wxnotify.php b/mobile/wxnotify.php index d8a2391..6e8b7c3 100644 --- a/mobile/wxnotify.php +++ b/mobile/wxnotify.php @@ -28,7 +28,7 @@ // // ... // } -$logFilePath = './wxlogde.txt'; // 日志文件保存路径 +$logFilePath = './wxlogde_1.txt'; // 日志文件保存路径 // 获取异步回调的数据 $postData = file_get_contents('php://input'); @@ -38,7 +38,7 @@ require_once(BASE_PATH . 'helpers/dalianpay/demo/dalianpay.php'); require_once(BASE_PATH . 'helpers/dalianpay/library/Base.php'); $new_plugin = new dalianpay(); -$response_data = $new_plugin->norify_decrypt($postData); +$response_data = $new_plugin->norify_decrypt($postData); // 添加时间戳和换行符 $logMessage = date('Y-m-d H:i:s') . " - " . $response_data . "\n";