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