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

+ 0 - 1
application/expand/controller/WechatPay.php

@@ -258,7 +258,6 @@ class WechatPay extends BaseAuth
         }
 
         require_once(APP_PATH.'/index/service/wechat/WxPayPubHelper.php');
-        echo 111;exit;
         $Refund = new Refund_pub();
         $Refund->setParameter('out_trade_no',$params['out_trade_no']);
         $Refund->setParameter('out_refund_no',uniqid());

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 682 - 678
application/index/service/wechat/WxPayPubHelper.php