From 37010535053c4bc23ea62480dca693b6321d69e6 Mon Sep 17 00:00:00 2001 From: gyw <584683237@qq.com> Date: Mon, 15 Apr 2024 14:34:58 +0800 Subject: [PATCH] no message Change-Id: Idff6d953ca53e34346c817d44c2058fc2e6ffa71 --- show/get.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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]) {