Ken 1 ngày trước cách đây
mục cha
commit
ccc7310937
1 tập tin đã thay đổi với 16 bổ sung8 xóa
  1. 16 8
      app/Services/QianBaoWithdrawService.php

+ 16 - 8
app/Services/QianBaoWithdrawService.php

@@ -147,14 +147,22 @@ class QianBaoWithdrawService
 
     private static function chooseType($chatId, $messageId)
     {
-        $keyboard = [];
-        $keyboard[] = [
-            ['text' => "银行卡", 'callback_data' => "withdraw@@qb_choose_bank"],
-            ['text' => "支付宝", 'callback_data' => "withdraw@@qb_choose_aliPay"],
-        ];
-        $keyboard[] = [
-            ['text' => "USDT", 'callback_data' => "withdraw@@apply"],
-            ['text' => "数字人民币", 'callback_data' => "withdraw@@qb_choose_digital_RMB"],
+        $keyboard = [
+            [
+                ['text' => "USDT", 'callback_data' => "withdraw@@apply"],
+            ],
+            [
+                ['text' => "银行卡", 'callback_data' => "withdraw@@qb_choose_bank"],
+            ],
+            [
+                ['text' => "支付宝", 'callback_data' => "withdraw@@qb_choose_aliPay"],
+            ],
+            [
+                ['text' => "数字人民币", 'callback_data' => "withdraw@@qb_choose_digital_RMB"],
+            ],
+            [
+                ['text' => "返回", 'callback_data' => "withdraw@@qb_apply"],
+            ],
         ];
 //        $keyboard[] = [
 //            ['text' => "提现账户管理", 'callback_data' => "withdraw@@banks"],