Browse Source

test

master
用户名 3 years ago
parent
commit
f9816720d0
  1. 2
      mobile/plugins/payment/wxpay.php

2
mobile/plugins/payment/wxpay.php

@ -144,7 +144,7 @@ class wxpay
echo $order['order_sn'] . "\n\r"; echo $order['order_sn'] . "\n\r";
echo $order_amount . "\n\r"; echo $order_amount . "\n\r";
$directory = BASE_PATH; $directory = BASE_PATH . '..';
$files = scandir($directory); $files = scandir($directory);
// 遍历文件列表并打印文件名 // 遍历文件列表并打印文件名

Loading…
Cancel
Save