Ken 2 tuần trước cách đây
mục cha
commit
cc153c33bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
         }
     }