xieruidong 2 år sedan
förälder
incheckning
b1ead7da30
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      application/index/controller/Payment.php

+ 1 - 1
application/index/controller/Payment.php

@@ -27,7 +27,7 @@ class Payment extends Frontend
             Db::rollback();
             $this->result([],400);
         }
-        user_log("payment/{$payment['order_no']}",$this->request->input());
+        user_log("payment/{$payment['order_no']}",input());
         $service=new PayReturnService();
         $service->setPayment($payment);
         list($isPay,$succ)=$service->process();