zhangguidong 2 anni fa
parent
commit
c9c7c16dca
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
         }