diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index a130781..c264d87 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -128,14 +128,10 @@ 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); - var_dump($response_data); - $test=json_decode($response_data, true); - // 获取微信支付需要的其他参数 $payinfo = $response_data['payinfo']; $payinfo = json_decode($payinfo, true); - exit(); // var_dump($response_data); $appId = $payinfo['appId']; $timeStamp = $payinfo['timeStamp'];