Browse Source

test

master
用户名 3 years ago
parent
commit
a1793edd47
  1. 3
      mobile/plugins/payment/wxpay.php

3
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']

Loading…
Cancel
Save