no message

This commit is contained in:
hellcat 2025-05-05 18:31:49 +08:00
parent 3e1f13eec8
commit 5391667913

View File

@ -11,13 +11,6 @@ use App\Services\TG\Http as TGHttp;
final class HookController
{
public function __construct()
{
// $this->middleware('csrf')->except(['cmd']);
// 或者 $this->middleware('csrf')->only(['specificMethod']);
}
public function cmd()
{