|
|
@ -147,7 +147,8 @@ class wxpay |
|
|
$new_plugin = new dalianpay(); |
|
|
$new_plugin = new dalianpay(); |
|
|
|
|
|
|
|
|
$response_data = $new_plugin->pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); |
|
|
$response_data = $new_plugin->pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); |
|
|
echo $response_data; |
|
|
// echo $response_data; |
|
|
|
|
|
echo "1234"; |
|
|
|
|
|
|
|
|
// 处理dalianpay统一支付接口传回的参数 |
|
|
// 处理dalianpay统一支付接口传回的参数 |
|
|
// $_SESSION['response_data_json'] |
|
|
// $_SESSION['response_data_json'] |
|
|
|