Ken 2 долоо хоног өмнө
parent
commit
3d728f2cc0

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