|
@@ -575,8 +575,8 @@ class QianBaoWithdrawService
|
|
|
|
|
|
|
|
Cache::put("{$chatId}_QB_ACCOUNT", $account);
|
|
Cache::put("{$chatId}_QB_ACCOUNT", $account);
|
|
|
Cache::put(get_step_key($chatId), StepStatus::QB_INPUT_ALIAS);
|
|
Cache::put(get_step_key($chatId), StepStatus::QB_INPUT_ALIAS);
|
|
|
-
|
|
|
|
|
$channel = Cache::get("{$chatId}_QB_WITHDRAW_CHANNEL");
|
|
$channel = Cache::get("{$chatId}_QB_WITHDRAW_CHANNEL");
|
|
|
|
|
+ $text = "请输入别名";
|
|
|
switch ($channel) {
|
|
switch ($channel) {
|
|
|
case "DF001":
|
|
case "DF001":
|
|
|
$text = "请输入账号别名";
|
|
$text = "请输入账号别名";
|