no message

Change-Id: Ia712b9ceb91fef423c1c33b3d7520834abcdb9eb
This commit is contained in:
gyw 2024-04-15 14:38:40 +08:00
parent 16816eb3b6
commit d0a158f8fa
1 changed files with 0 additions and 4 deletions

View File

@ -268,10 +268,6 @@ if($act == 'applet_unifiedorder') {
$prepay_id = '';
$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]) {