nan.zhang 4 anni fa
parent
commit
101a7df771
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      application/expand/controller/WechatPay.php

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

@@ -258,6 +258,7 @@ 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());