From 56526a591565588cc056f6c15201054f5bbdcb7a Mon Sep 17 00:00:00 2001 From: gyw <584683237@qq.com> Date: Mon, 15 Apr 2024 14:33:55 +0800 Subject: [PATCH] no message Change-Id: I06a6f6acdbc49425c38b7ef4de214e988da51f71 --- show/get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) {