Browse Source

test

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

1
mobile/plugins/payment/wxpay.php

@ -183,6 +183,7 @@ class wxpay
echo $response_data;
// $response_data = json_decode($response_data);
$payinfo = $response_data['payinfo'];
$payinfo = json_decode($payinfo,true);
// echo "payinfo: " . $payinfo;
var_dump($payinfo);
// echo "1234";

Loading…
Cancel
Save