Ken 1 개월 전
부모
커밋
2b067ab03b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"]];