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