Ken 2 週間 前
コミット
cc153c33bc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Services/SecretService.php

+ 1 - 1
app/Services/SecretService.php

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