Ken hace 2 días
padre
commit
a073e39933
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
     }
 }