From d37363bbc84171af61737d7d693016270ec82542 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Thu, 28 Sep 2023 16:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 34b60a38..304ae951 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -71,7 +71,6 @@ class Auth extends BaseController "id" => 113 ]; try { - /** @var JgPush $client */ $client = app()->make(JgPush::class); Log::info('JgPush送发送数据:' . json_encode($data)); $client->send($data['tempId'], $data);