info = $info; } /** * Execute the job. */ public function handle(): void { myLog('wechatCheck')->info('开始处理微信提审', [ 'info' => $this->info ]); $traceContext = TraceContext::newFromParent($this->info['traceInfo']); } }