chendeben 8 năm trước cách đây
mục cha
commit
20c03fcba2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      App/Api/Controller/Telegram.php

+ 2 - 2
App/Api/Controller/Telegram.php

@@ -22,11 +22,11 @@ class Telegram extends Controller
         file_put_contents("/data/wwwlogs/log.txt", json_encode($msg),FILE_APPEND);
         if ($msg=="/ss5"){
             $chat_id = $telegram->ChatID();
-            $content = array('chat_id' => $chat_id, 'text' => '最新的官网临时地址是【 https://ss5.my110.cf 】');
+            $content = array('chat_id' => $chat_id, 'text' => '最新的官网临时地址是【 https://www.ss5.xyz/ 】');
             $telegram->sendMessage($content);
         }else{
             $chat_id = $telegram->ChatID();
-            $content = array('chat_id' => $chat_id, 'text' => '最新的官网临时地址是【 https://ss5.my110.cf 】');
+            $content = array('chat_id' => $chat_id, 'text' => '最新的官网临时地址是【 https://www.ss5.xyz/ 】');
             $telegram->sendMessage($content);
         }
     }