This commit is contained in:
iVampireSP.com 2022-10-12 20:52:44 +08:00
parent 34fcad9f33
commit f290eae279
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -81,8 +81,6 @@ public function remoteRequest($method, $path, $requests)
$requests['user'] = $user; $requests['user'] = $user;
} }
$requests['user_id'] = $user['id'];
$response = $http->{$method}("functions/{$path}", $requests); $response = $http->{$method}("functions/{$path}", $requests);
$json = $response->json(); $json = $response->json();