@@ -47,6 +47,8 @@ class PaymentJob implements ShouldQueue
Log::error('🚀 开始执行更新订单状态任务: ' . now());
+ // 重要:使用类名而不是 self(),避免递归
+ PaymentJob::dispatch()->delay(now()->addSeconds(15));
Log::error('📅 下一个更新订单状态任务已安排');
} catch (\Exception $e) {