|
|
@ -115,6 +115,7 @@ class WxpayController |
|
|
'desc' => DB::raw("LEFT('购买产品:{$order->title}', 250)"), |
|
|
'desc' => DB::raw("LEFT('购买产品:{$order->title}', 250)"), |
|
|
'transaction_id' => $message['transaction_id'], //微信支付订单号
|
|
|
'transaction_id' => $message['transaction_id'], //微信支付订单号
|
|
|
'created_at' => now(), //模型没有updated_at,无法自动写入时间
|
|
|
'created_at' => now(), //模型没有updated_at,无法自动写入时间
|
|
|
|
|
|
'out_trade_no' => $message['out_trade_no'] ?? '', |
|
|
]); |
|
|
]); |
|
|
|
|
|
|
|
|
DB::commit(); |
|
|
DB::commit(); |
|
|
|