@@ -27,7 +27,7 @@ class SecretService
//找回账号
if ($data === "secret@@retrieve") {
- $res = SecretService::index($chatId, $messageId);
+ $res = SecretService::retrieve($chatId, $messageId);
$telegram->editMessageText($res);
}