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