Ken 3 ヶ月 前
コミット
dcebda0f24
1 ファイル変更4 行追加3 行削除
  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' => "请选择提现方式",