Ken 1 月之前
父节点
当前提交
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,