更新任务job
This commit is contained in:
parent
be20793152
commit
ef005bedd0
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user