nan.zhang 4 years ago
parent
commit
4e94ae8493

+ 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());

File diff suppressed because it is too large
+ 682 - 678
application/index/service/wechat/WxPayPubHelper.php