From 6cebbe0c8639299a39035e9f6ce35f23b287101e Mon Sep 17 00:00:00 2001 From: lq Date: Fri, 27 Sep 2024 14:45:02 +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 060515b..fcbf114 100644 --- a/common/services/EplPayService.php +++ b/common/services/EplPayService.php @@ -130,7 +130,7 @@ class EplPayService 'amount' => bcmul($params['apply_cash'], 100, 0), // 设置到账类型,0表示当日到账 'arrivalType' => 0, - // 设置手续费扣除方式,内扣或外扣 + // 设置手续费扣除方式,内扣或外扣 inner内扣 outer外扣 'procedureType' => 'inner', // 设置开户人姓名,使用公钥加密 'bankUserName' => $this->public_encrypt($params['bank_user_name']),