master
ljl 1 year ago
parent b8d025dcd3
commit 0e0c9a7963

@ -85,7 +85,7 @@ class PaymentService extends AbstractService
'amount' => $order->amount, 'amount' => $order->amount,
'paidType' => 'CARD', 'paidType' => 'CARD',
'agreementNo' => $order->agreement_no, 'agreementNo' => $order->agreement_no,
'pwdPayExpTime' => strtotime($order->expires_in), 'pwdPayExpTime' => $order->expires_in,
'splitInfoList' => $splitInfoList, 'splitInfoList' => $splitInfoList,
], $token); ], $token);
$order->status = 'APPLY_SUCCESS'; $order->status = 'APPLY_SUCCESS';

Loading…
Cancel
Save