diff --git a/show/get.php b/show/get.php index 16a07da..bc00b5e 100644 --- a/show/get.php +++ b/show/get.php @@ -268,7 +268,11 @@ if($act == 'applet_unifiedorder') { $xml .= "\n"; $prepay_id = ''; - $c = gquery("https://api.mch.weixin.qq.com/pay/unifiedorder", $xml); echo $xml;exit; + $c = gquery("https://api.mch.weixin.qq.com/pay/unifiedorder", $xml);//echo $xml;exit; + echo "
";
+  print_r($c);
+  echo "
"; + exit; if($c) { preg_match("/(.+)<\/prepay_id>/i", $c, $m); if($m[1]) {