|
@@ -408,9 +408,11 @@ class QianBaoWithdrawService
|
|
|
$keyboard[] = [['text' => $item->alias, 'callback_data' => "withdrawAddress@@bank_detail{$item->id}"]];
|
|
$keyboard[] = [['text' => $item->alias, 'callback_data' => "withdrawAddress@@bank_detail{$item->id}"]];
|
|
|
}
|
|
}
|
|
|
if (count($list) < 5) {
|
|
if (count($list) < 5) {
|
|
|
- $keyboard[] = [['text' => "➕ 添加", 'callback_data' => "withdrawAddress@@bank_add"]];
|
|
|
|
|
|
|
+ $keyboard[] = [['text' => "➕ 添加", 'callback_data' => "withdrawAddress@@bank_add"], ['text' => "↩️返回", 'callback_data' => "topUp@@home"]];
|
|
|
|
|
+ } else {
|
|
|
|
|
+ $keyboard[] = [['text' => "↩️返回", 'callback_data' => "topUp@@home"]];
|
|
|
}
|
|
}
|
|
|
- $keyboard[] = [['text' => "↩️返回", 'callback_data' => "topUp@@home"]];
|
|
|
|
|
|
|
+
|
|
|
return [
|
|
return [
|
|
|
'chat_id' => $chatId,
|
|
'chat_id' => $chatId,
|
|
|
'text' => $text,
|
|
'text' => $text,
|