nan.zhang 4 년 전
부모
커밋
b0c4b3e506
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      application/index/service/wechat/WxPayPubHelper.php

+ 0 - 1
application/index/service/wechat/WxPayPubHelper.php

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