MatchSubmit(); } } /** * 自定义订阅列表 */ public function subscribe(Event $event) { $event->listen('JobMatch', [$this, 'onJobMatch']); } }