Ken 1 天之前
父节点
当前提交
7df5533d41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/QianBaoWithdrawService.php

+ 1 - 1
app/Services/QianBaoWithdrawService.php

@@ -203,7 +203,7 @@ class QianBaoWithdrawService
         }
         $keyboard[] = [
             ['text' => "{$card}管理", 'callback_data' => "withdraw@@management_{$channel}"],
-            ['text' => "取消", 'callback_data' => "topUp@@home"]];
+            ['text' => "取消", 'callback_data' => "withdraw@@qb_show_channel"]];
         return [
             'chat_id' => $chatId,
             'text' => $text,