|
@@ -129,14 +129,15 @@ class QianBaoWithdrawService
|
|
|
$keyboard[] = [
|
|
$keyboard[] = [
|
|
|
['text' => "银行卡", 'callback_data' => "withdraw@@qb_choose_bank"],
|
|
['text' => "银行卡", 'callback_data' => "withdraw@@qb_choose_bank"],
|
|
|
['text' => "支付宝", 'callback_data' => "withdraw@@qb_choose_aliPay"],
|
|
['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"],
|
|
['text' => "提现账户管理", 'callback_data' => "withdraw@@banks"],
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
return [
|
|
return [
|
|
|
'chat_id' => $chatId,
|
|
'chat_id' => $chatId,
|
|
|
'text' => "请选择提现方式",
|
|
'text' => "请选择提现方式",
|