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;
     }