Ken hace 1 mes
padre
commit
1613e8979c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/QianBaoWithdrawService.php

+ 1 - 1
app/Services/QianBaoWithdrawService.php

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