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);
         }
     }