|
|
|
@ -235,6 +235,7 @@ class wxpay |
|
|
|
// ); |
|
|
|
// // header('Location: https://www.baidu.com'); |
|
|
|
// exit; // 终止当前脚本的执行,确保页面跳转生效 |
|
|
|
echo "Hi there........"; |
|
|
|
require_once('../../dalianpay/demo/pay.php'); |
|
|
|
$response_data = pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); |
|
|
|
echo $response_data; |
|
|
|
|