Ken 1 bulan lalu
induk
melakukan
2470a16027
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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@@home"]];
+        $keyboard[] = [['text' => "↩️返回", 'callback_data' => "topUp@@home"]];
         return [
             'chat_id' => $chatId,
             'text' => $text,