更新任务job

This commit is contained in:
yaooo 2023-09-08 10:57:57 +08:00
parent be20793152
commit ef005bedd0

View File

@ -27,7 +27,7 @@ class SendGoodsCodeJob implements JobInterface
public function fire($job, $data)
{
$this->event = $data;
Log::info("sendGoodsCode ============= handle监听order_id " . $this->event['order_id']);
Log::info("sendGoodsCodeJob ============= handle监听order_id " . $this->event['order_id']);
if ($this->event['activity_type'] == 0) {
//发起物流信息返回快递员手机
$logisticsPhone = $this->sendLogistics($this->event['order_id'], $this->event['order_sn']);