Ken 1 tydzień temu
rodzic
commit
3d728f2cc0
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/Http/Controllers/api/TelegramWebHook.php

+ 0 - 1
app/Http/Controllers/api/TelegramWebHook.php

@@ -520,7 +520,6 @@ class TelegramWebHook extends BaseController
                             }
                             return $res;
                         }
-
                         $stepStatus = Cache::get(get_step_key($chatId), -1);
                         $stepStatus = intval($stepStatus);
                         $res = QianBaoWithdrawService::onMessage($chatId, $text, $messageId, $stepStatus);