@@ -292,7 +292,7 @@ class QianBaoWithdrawService
if (count($list) < 5) {
$keyboard[] = [['text' => "➕ 添加银行卡", 'callback_data' => "withdrawAddress@@bank_add"]];
}
- $keyboard[] = [['text' => "↩️返回", 'callback_data' => "withdraw@@banks"]];
+ $keyboard[] = [['text' => "↩️返回", 'callback_data' => "withdraw@@home"]];
return [
'chat_id' => $chatId,
'text' => $text,