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