Ken 2 일 전
부모
커밋
a073e39933
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
     }
 }