zhangguidong il y a 2 ans
Parent
commit
c9c7c16dca
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      addon/wechatpay/event/Pay.php

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

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