Ken 2 dias atrás
pai
commit
a073e39933
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Services/QianBaoWithdrawService.php

+ 1 - 1
app/Services/QianBaoWithdrawService.php

@@ -581,6 +581,6 @@ class QianBaoWithdrawService
             'card_no' => $cardNo,
             'bank_name' => $bankName
         ]);
-        return static::banks($chatId, $messageId);
+        return static::banks($chatId, $messageId,$channel);
     }
 }