|
@@ -296,10 +296,10 @@ class Wxpay_client_pub extends Common_util_pub
|
|
|
*/
|
|
|
function postXmlSSL()
|
|
|
{
|
|
|
- var_dump($this->createXml());exit;
|
|
|
$xml = $this->createXml();
|
|
|
-
|
|
|
+ var_dump($xml);
|
|
|
$this->response = $this->postXmlSSLCurl($xml,$this->url,$this->curl_timeout);
|
|
|
+ var_dump($this->response);exit;
|
|
|
return $this->response;
|
|
|
}
|
|
|
|