# 推送组件 引入此组件调用公共推送服务 加入配置 ```` "repositories": [ { "type": "vcs", "url": "http://team.pocketuniversity.cn/Pocket_BE/pusher-plugin.git" } ] ```` 调用服务 ```` use Pusher\Jobs\RegisterEventJob; dispatch(new RegisterEventJob($eventId, $payload)); ````