Browse Source

test

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

2
mobile/plugins/payment/wxpay.php

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

Loading…
Cancel
Save