Ken 2 달 전
부모
커밋
dc5ffa4224
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      app/Services/QianBaoWithdrawService.php

+ 3 - 1
app/Services/QianBaoWithdrawService.php

@@ -236,7 +236,9 @@ class QianBaoWithdrawService
                 break;
             default:
                 return [
-
+                    'chat_id' => $chatId,
+                    'text' => "选择通道错误",
+                    'message_id' => $messageId,
                 ];
                 break;
         }