|
@@ -22,11 +22,11 @@ class Telegram extends Controller
|
|
|
file_put_contents("/data/wwwlogs/log.txt", json_encode($msg),FILE_APPEND);
|
|
file_put_contents("/data/wwwlogs/log.txt", json_encode($msg),FILE_APPEND);
|
|
|
if ($msg=="/ss5"){
|
|
if ($msg=="/ss5"){
|
|
|
$chat_id = $telegram->ChatID();
|
|
$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);
|
|
$telegram->sendMessage($content);
|
|
|
}else{
|
|
}else{
|
|
|
$chat_id = $telegram->ChatID();
|
|
$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);
|
|
$telegram->sendMessage($content);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|