Ken 3 месяцев назад
Родитель
Сommit
3efd718e42
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/QianBaoWithdrawService.php

+ 1 - 1
app/Services/QianBaoWithdrawService.php

@@ -279,7 +279,7 @@ class QianBaoWithdrawService
     //银行卡管理
     private static function banks($chatId, $messageId)
     {
-        $text = "🏠 银行卡管理\n";
+        $text = "💳️ 银行卡管理\n";
         $text .= "--------------------------\n";
 
         $list = Bank::where('member_id', $chatId)