|
|
@@ -197,7 +197,7 @@ class QianBaoWithdrawService
|
|
|
|
|
|
$keyboard = [];
|
|
|
foreach ($list as $item) {
|
|
|
- $keyboard[] = [['text' => "{$item->bank_name}/{$item->account} {$item->card_no}", 'callback_data' => "withdrawAddress@@bank_detail{$item->id}"]];
|
|
|
+ $keyboard[] = [['text' => "{$item->bank_name}({$item->card_no})", 'callback_data' => "withdrawAddress@@bank_detail{$item->id}"]];
|
|
|
}
|
|
|
if (count($list) < 5) {
|
|
|
$keyboard[] = [['text' => "➕ 添加银行卡", 'callback_data' => "withdrawAddress@@bank_add"]];
|