Ken 3 달 전
부모
커밋
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)