no message

Change-Id: I06a6f6acdbc49425c38b7ef4de214e988da51f71
This commit is contained in:
gyw 2024-04-15 14:33:55 +08:00
parent c94f1e1fae
commit 56526a5915
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ if($act == 'applet_unifiedorder') {
$xml .= "</xml>\n"; $xml .= "</xml>\n";
$prepay_id = ''; $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) { if($c) {
preg_match("/<prepay_id>(.+)<\/prepay_id>/i", $c, $m); preg_match("/<prepay_id>(.+)<\/prepay_id>/i", $c, $m);
if($m[1]) { if($m[1]) {