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