@@ -488,6 +488,7 @@ class Refund_pub extends Wxpay_client_pub
function getResult()
{
$this->postXmlSSL();
+ var_dump($this->response);exit;
$this->result = $this->xmlToArray($this->response);
return $this->result;
}