Ken 1 місяць тому
батько
коміт
1a23097c97
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/Services/QianBaoWithdrawService.php

+ 1 - 1
app/Services/QianBaoWithdrawService.php

@@ -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,