Ken 1 일 전
부모
커밋
b4a1bba83f
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' => "withdraw@@qb_show_channel"]];
+            ['text' => "返回", 'callback_data' => "withdraw@@qb_show_channel"]];
         return [
             'chat_id' => $chatId,
             'text' => $text,