|
|
@@ -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,
|