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