Ken hace 12 horas
padre
commit
7f5ab8fb7c
Se han modificado 1 ficheros con 2 adiciones y 7 borrados
  1. 2 7
      app/Services/TopUpService.php

+ 2 - 7
app/Services/TopUpService.php

@@ -258,13 +258,8 @@ class TopUpService
     public static function chooseAddress($chatId, $messageId)
     {
         $keyboard = [
-            [
-                ['text' => 'TRC20', 'callback_data' => "topUp@@TRC20"],
-                ['text' => 'ERC20', 'callback_data' => 'topUp@@ERC20']
-            ],
-            [
-                ['text' => lang("↩️返回"), 'callback_data' => "topUp@@home"],
-            ]
+            [['text' => 'TRC20', 'callback_data' => "topUp@@TRC20"], ['text' => 'ERC20', 'callback_data' => 'topUp@@ERC20']],
+            [['text' => lang("↩️返回"), 'callback_data' => "topUp@@home"]]
         ];
 
         $receivingType = ConfigService::getVal("receiving_type");