Ken 2 meses atrás
pai
commit
dc5ffa4224
1 arquivos alterados com 3 adições e 1 exclusões
  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;
         }