From db5732c8c53cf7c5f3859ef24763e1535c6b99c5 Mon Sep 17 00:00:00 2001 From: lq Date: Fri, 27 Sep 2024 14:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/services/EplPayService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/services/EplPayService.php b/common/services/EplPayService.php index fcbf114..ceaa900 100644 --- a/common/services/EplPayService.php +++ b/common/services/EplPayService.php @@ -138,7 +138,7 @@ class EplPayService 'bankCardNo' => $this->public_encrypt($params['bank_card']), // 设置银行名称 'bankName' => $params['bank_name'], - // 设置账户类型,对公、对私或存折 + // 设置账户类型,对公、对私或存折 1对公 2对私 5存折 'bankAccountType' => $params['bank_account_type'], // 设置服务器回调通知URL 'notifyUrl' => $this->eplConfig['withdraw_notify_url'],