diff --git a/show/get.php b/show/get.php index 9352a19..16a07da 100644 --- a/show/get.php +++ b/show/get.php @@ -268,7 +268,7 @@ 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; if($c) { preg_match("/(.+)<\/prepay_id>/i", $c, $m); if($m[1]) {