efps-version
ljl 2 years ago
parent fddf74d67b
commit e2a96a9261

@ -128,8 +128,8 @@ class PaymentService extends AbstractService
'out_order_no' => $order->out_order_no, 'out_order_no' => $order->out_order_no,
'currency' => $order->currency, 'currency' => $order->currency,
'total_amount' => $order->amount, 'total_amount' => $order->amount,
'order_time' => date('YmdHis', strtotime($order->created_at->timestamp)), 'order_time' => date('YmdHis', $order->created_at->timestamp),
'pay_time' => date('YmdHis', strtotime($order->created_at->timestamp)), 'pay_time' => date('YmdHis', $order->payed_at->timestamp),
'exchange_rate' => $order->exchange_rate, 'exchange_rate' => $order->exchange_rate,
'cny_amount' => $order->cny_amount, 'cny_amount' => $order->cny_amount,
]; ];

Loading…
Cancel
Save