Ken 3 ay önce
ebeveyn
işleme
dcebda0f24
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 4 3
      app/Services/QianBaoWithdrawService.php

+ 4 - 3
app/Services/QianBaoWithdrawService.php

@@ -129,14 +129,15 @@ class QianBaoWithdrawService
         $keyboard[] = [
             ['text' => "银行卡", 'callback_data' => "withdraw@@qb_choose_bank"],
             ['text' => "支付宝", 'callback_data' => "withdraw@@qb_choose_aliPay"],
-            ['text' => "数字人民币", 'callback_data' => "withdraw@@qb_choose_digital_RMB"]
         ];
-        $keyboard[] =[
+        $keyboard[] = [
+            ['text' => "数字人民币", 'callback_data' => "withdraw@@qb_choose_digital_RMB"],
+        ];
+        $keyboard[] = [
             ['text' => "提现账户管理", 'callback_data' => "withdraw@@banks"],
         ];
 
 
-
         return [
             'chat_id' => $chatId,
             'text' => "请选择提现方式",