diff --git a/src/Http/Controllers/WechatWorkPushHandleController.php b/src/Http/Controllers/WechatWorkPushHandleController.php index 999d139..92291f7 100644 --- a/src/Http/Controllers/WechatWorkPushHandleController.php +++ b/src/Http/Controllers/WechatWorkPushHandleController.php @@ -48,6 +48,7 @@ public function push($secret, Request $request): array 'secret' => $config->secret, ]; } + return $this->send($config, $user->name, $title, $content); }