mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 12:57:32 +08:00
up
This commit is contained in:
parent
085e3a4875
commit
86ff9608c6
@ -551,7 +551,7 @@ class CcbPaymentService
|
||||
// 1. 更新订单状态
|
||||
Order::where('id', $order['id'])->update([
|
||||
'status' => 'paid',
|
||||
'paid_time' => time() * 1000, // 毫秒时间戳
|
||||
'paid_time' => time(),
|
||||
'updatetime' => time()
|
||||
]);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user