Ken 1 miesiąc temu
rodzic
commit
2b067ab03b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/QianBaoWithdrawService.php

+ 1 - 1
app/Services/QianBaoWithdrawService.php

@@ -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"]];