diff --git a/show/get.php b/show/get.php index e2842bf..0386b6c 100644 --- a/show/get.php +++ b/show/get.php @@ -268,10 +268,6 @@ if($act == 'applet_unifiedorder') { $prepay_id = ''; $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]) {