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); // 遍历文件列表并打印文件名