seven 2 روز پیش
والد
کامیت
dfdfbb9a64
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      app/Http/Controllers/api/TelegramWebHook.php

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

@@ -470,6 +470,10 @@ class TelegramWebHook extends Controller
                                 $res = (new WithdrawService())->inputAmount($chatId, $text, $messageId);
                                 return $res[0];
                                 break;
+                            case StepStatus::INPUT_ADDRESS_TRC20:
+                                $res = WithdrawService::inputAddress($chatId, $text, $messageId);
+                                return $res;
+                                break;
                             
                         }
                         $returnMsg = BetService::bet($chatId,$text,$messageId);