|
|
|
@ -180,7 +180,7 @@ class wxpay |
|
|
|
require_once(BASE_PATH . 'helpers/dalianpay/demo/dalianpay.php'); |
|
|
|
$new_plugin = new dalianpay(); |
|
|
|
$response_data = $new_plugin->pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); |
|
|
|
// echo $response_data; |
|
|
|
echo $response_data; |
|
|
|
// $response_data = json_decode($response_data); |
|
|
|
|
|
|
|
// 获取微信支付需要的其他参数 |
|
|
|
|