diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index fed0446..d373df0 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -147,7 +147,7 @@ class wxpay $new_plugin = new dalianpay(); $response_data = $new_plugin->pay($this->encrypt($_SESSION['openid']), $order['order_sn'], $order_amount); - var_dump($response_data); + echo $response_data; // 处理dalianpay统一支付接口传回的参数 // $_SESSION['response_data_json']