|
|
@@ -147,9 +147,9 @@ class QianBaoWithdrawService
|
|
|
$keyboard[] = [
|
|
|
['text' => "数字人民币", 'callback_data' => "withdraw@@qb_choose_digital_RMB"],
|
|
|
];
|
|
|
- $keyboard[] = [
|
|
|
- ['text' => "提现账户管理", 'callback_data' => "withdraw@@banks"],
|
|
|
- ];
|
|
|
+// $keyboard[] = [
|
|
|
+// ['text' => "提现账户管理", 'callback_data' => "withdraw@@banks"],
|
|
|
+// ];
|
|
|
return [
|
|
|
'chat_id' => $chatId,
|
|
|
'text' => "请选择提现方式",
|
|
|
@@ -344,7 +344,9 @@ class QianBaoWithdrawService
|
|
|
$text .= "提现账号:{$bank->card_no}\n";
|
|
|
$text .= "提现金额:{$amount}\n";
|
|
|
break;
|
|
|
+ case "DF005":
|
|
|
|
|
|
+ break;
|
|
|
}
|
|
|
$keyboard = [
|
|
|
[
|