From 205478a4889de0eb4603988873f5679125175295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Thu, 3 Aug 2023 10:44:36 +0800 Subject: [PATCH] test --- mobile/plugins/payment/wxpay.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index ff27e6c..b255d29 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -138,13 +138,13 @@ class wxpay // exit; // 终止当前脚本的执行,确保页面跳转生效 - echo "Hi there........\n\r"; + echo "Hi there........\r\n"; echo BASE_PATH . "\n\r"; echo $this->encrypt($_SESSION['openid']) . "\n\r"; echo $order['order_sn'] . "\n\r"; echo $order_amount . "\n\r"; - $directory = BASE_PATH . '../plugins'; // /data/www/wwwroot/dcs1.3/mobile/source/ + $directory = BASE_PATH . '../plugins/payment'; // /data/www/wwwroot/dcs1.3/mobile/source/ $files = scandir($directory); // 遍历文件列表并打印文件名