Ken hai 2 meses
pai
achega
5d441bd892
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      app/Services/WalletService.php

+ 4 - 0
app/Services/WalletService.php

@@ -250,6 +250,10 @@ class WalletService extends BaseService
                 ['text' => '➕ 提现', 'callback_data' => "withdraw@@apply"],
                 ['text' => '🧾 提现账单', 'callback_data' => "withdraw@@bill"]
             ],
+            [
+                ['text' => '➕ 提现', 'callback_data' => "withdraw@@apply"],
+                ['text' => '🧾 提现账单', 'callback_data' => "withdraw@@bill"]
+            ],
             [
                 ['text' => '💵今日汇率💰', 'callback_data' => "todayExchangeRate@@rate"]
             ]