nan.zhang 4 년 전
부모
커밋
3b1fa8b864
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      application/index/service/wechat/WxPayPubHelper.php

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

@@ -296,8 +296,9 @@ class Wxpay_client_pub extends Common_util_pub
      */
     function postXmlSSL()
     {
-        echo Config::get('WECHAT_APPID');exit;
+        var_dump($this->createXml());exit;
         $xml = $this->createXml();
+
         $this->response = $this->postXmlSSLCurl($xml,$this->url,$this->curl_timeout);
         return $this->response;
     }