no message

Change-Id: Idff6d953ca53e34346c817d44c2058fc2e6ffa71
This commit is contained in:
gyw 2024-04-15 14:34:58 +08:00
parent 56526a5915
commit 3701053505
1 changed files with 5 additions and 1 deletions

View File

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