修复队列订单异常

This commit is contained in:
yaooo 2023-09-08 12:11:01 +08:00
parent 71e4c9b23f
commit a45e23b92c

View File

@ -27,6 +27,7 @@ class SendGoodsCodeJob implements JobInterface
public function fire($job, $data)
{
$this->event = $data;
Log::info("sendGoodsCodeJob" . json_encode($this->event));
Log::info("sendGoodsCodeJob ============= handle监听order_id " . $this->event['order_id']);
try {
if ($this->event['activity_type'] == 0) {