Ken 2 mesi fa
parent
commit
dc5ffa4224
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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;
         }