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;
         }