nan.zhang 4 years ago
parent
commit
3b1fa8b864
1 changed files with 2 additions and 1 deletions
  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;
     }