|
@@ -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();
|