Ken 5 dagar sedan
förälder
incheckning
03abbf20db
1 ändrade filer med 0 tillägg och 11 borttagningar
  1. 0 11
      app/Http/Controllers/api/Home.php

+ 0 - 11
app/Http/Controllers/api/Home.php

@@ -81,17 +81,6 @@ class Home extends Controller
 
     public function test()
     {
-
-        echo "开始暂停:";
-        echo time();
-        echo "\n";
-        sleep(3); // 暂停 3 秒
-        echo "暂停结束";
-        echo time();
-        echo "\n";
-        exit();
-
-
         $telegram = new Api(config('services.telegram.token'));
 //        $chatId = '@GGGBBBB1';
 //        $chat = $telegram->getChat(['chat_id' => $chatId]);