zhangguidong %!s(int64=2) %!d(string=hai) anos
pai
achega
97a7d75879
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      addon/wechatpay/event/Pay.php

+ 0 - 1
addon/wechatpay/event/Pay.php

@@ -48,7 +48,6 @@ class Pay
             }
             $params["trade_type"] = $trade_type;
             $pay_model = new PayModel($is_weapp);
-            print_r($params);die;
             $result = $pay_model->pay($params);
             return $result;
         }