From 8502b81d13cc81e584f9941b29df4dcd6cdfb510 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 7 Jan 2019 15:22:49 +0800 Subject: [PATCH] pay debug --- extend/payment/WeixinMini.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/payment/WeixinMini.php b/extend/payment/WeixinMini.php index bb4531f08..0c3a61ed6 100644 --- a/extend/payment/WeixinMini.php +++ b/extend/payment/WeixinMini.php @@ -152,7 +152,7 @@ class WeixinMini $xml = $this->ArrayToXml($ret['data']); $result = $this->XmlToArray($this->HttpRequest('https://api.mch.weixin.qq.com/pay/unifiedorder', $xml)); - print_r($result); + print_r($result);die; if(!empty($result['return_code']) && $result['return_code'] == 'SUCCESS' && !empty($result['prepay_id'])) { // 返回数据