|
|
|
@ -127,8 +127,7 @@ class wxpay |
|
|
|
// 调用大连支付接口 |
|
|
|
require_once(BASE_PATH . 'helpers/dalianpay/demo/dalianpay.php'); |
|
|
|
$new_plugin = new dalianpay(); |
|
|
|
$response_data = $new_plugin->pay($this->encrypt($_SESSION['appid']), $order['order_sn'], $order_amount); |
|
|
|
var_dump($_SESSION['appid']); |
|
|
|
$response_data = $new_plugin->pay($this->encrypt("wx0afc59c4f6aa8750"), $order['order_sn'], $order_amount); |
|
|
|
var_dump($response_data); |
|
|
|
exit(); |
|
|
|
// echo $response_data; |
|
|
|
|