nan.zhang преди 4 години
родител
ревизия
3b34ee9162
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      application/index/service/wechat/WxPayPubHelper.php

+ 1 - 0
application/index/service/wechat/WxPayPubHelper.php

@@ -297,6 +297,7 @@ class Wxpay_client_pub extends Common_util_pub
     function postXmlSSL()
     {
         $xml = $this->createXml();
+     echo 22;exit;
         $this->response = $this->postXmlSSLCurl($xml,$this->url,$this->curl_timeout);
         return $this->response;
     }