From f290eae27970ddea7cbe35da2ea77ac516a08b8a Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 12 Oct 2022 20:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Module/Module.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Models/Module/Module.php b/app/Models/Module/Module.php index bca5ec9..ce3895c 100644 --- a/app/Models/Module/Module.php +++ b/app/Models/Module/Module.php @@ -81,8 +81,6 @@ public function remoteRequest($method, $path, $requests) $requests['user'] = $user; } - $requests['user_id'] = $user['id']; - $response = $http->{$method}("functions/{$path}", $requests); $json = $response->json();