Text(); // Logger::setLog("cdb@meitu.com",json_encode($msg)); 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://www.ss5.xyz/ 】'); $telegram->sendMessage($content); }else{ $chat_id = $telegram->ChatID(); $content = array('chat_id' => $chat_id, 'text' => '最新的官网临时地址是【 https://www.ss5.xyz/ 】'); $telegram->sendMessage($content); } } }