|
@@ -638,6 +638,12 @@ class TelegramWebHook extends Controller
|
|
|
$res = QianBaoWithdrawService::inputCardNo($chatId, $text, $messageId);
|
|
$res = QianBaoWithdrawService::inputCardNo($chatId, $text, $messageId);
|
|
|
return $res;
|
|
return $res;
|
|
|
break;
|
|
break;
|
|
|
|
|
+ case StepStatus::QB_INPUT_ACCOUNT:
|
|
|
|
|
+ $res = QianBaoWithdrawService::inputAccount($chatId, $text, $messageId);
|
|
|
|
|
+ return $res;
|
|
|
|
|
+ break;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
case StepStatus::INPUT_ADDRESS_TRC20:
|
|
case StepStatus::INPUT_ADDRESS_TRC20:
|
|
|
$res = WithdrawService::inputAddress($chatId, $text, $messageId);
|
|
$res = WithdrawService::inputAddress($chatId, $text, $messageId);
|
|
|
return $res;
|
|
return $res;
|