Ken 1 месяц назад
Родитель
Сommit
b33049ef77
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      app/Services/QianBaoWithdrawService.php

+ 4 - 2
app/Services/QianBaoWithdrawService.php

@@ -131,9 +131,11 @@ class QianBaoWithdrawService
             ['text' => "支付宝", 'callback_data' => "withdraw@@qb_choose_aliPay"],
             ['text' => "数字人民币", 'callback_data' => "withdraw@@qb_choose_digital_RMB"]
         ];
-        $keyboard[] =[[
+        $keyboard[] =[
             ['text' => "提现账户管理", 'callback_data' => "withdraw@@banks"],
-        ]];
+        ];
+
+
 
         return [
             'chat_id' => $chatId,