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);
     }
 }