|
|
@@ -353,12 +353,11 @@ class QianBaoWithdrawService
|
|
|
}
|
|
|
$keyboard = [
|
|
|
[
|
|
|
- ['text' => "确认", 'callback_data' => '']
|
|
|
+ ['text' => "确认", 'callback_data' => 'withdraw@@qb_confirm']
|
|
|
],
|
|
|
[
|
|
|
['text' => '❌取消', 'callback_data' => "message@@close"]
|
|
|
- ]
|
|
|
- ];
|
|
|
+ ]];
|
|
|
return [
|
|
|
'chat_id' => $chatId,
|
|
|
'text' => $text,
|