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