diff --git a/extend/payment/Weixin.php b/extend/payment/Weixin.php index acbdc1890..80149e76c 100755 --- a/extend/payment/Weixin.php +++ b/extend/payment/Weixin.php @@ -505,6 +505,7 @@ class Weixin // 请求接口处理 $result = $this->XmlToArray($this->HttpRequest('https://api.mch.weixin.qq.com/secapi/pay/refund', $this->ArrayToXml($data), true)); + print_r($result);die; if(!empty($result['return_code']) && $result['return_code'] == 'SUCCESS' && !empty($result['prepay_id'])) { // 统一返回格式