param = $param; } /** * Execute the job. * * @return void */ public function handle() { WechatService::sendTemplateNotice($this->param); } }