template_id='RPqc9Rhdv6LtEu-z41BkvNPJ0j6PjnztvX84jqYMG9g'; // $this->url='http://weidian.jiuweiyun.cn/web/user'; $this->url='https://weidian.cliu.cc/web/user'; } public function handle(HelpOrderEvent $event) { try{ $data=$event->data; $openid=$data['openid']; $app=app('wechat.official_account.daweiboshi'); $app->template_message->send([ 'touser' => $openid, 'template_id' => $this->template_id, 'url' => $this->url, 'data' => $data['data'] ]); }catch (\Exception $exception){ Log::error('发送模板消息出错,出错内容为'.$exception); } } }