修改注释

This commit is contained in:
2024-09-27 14:45:02 +08:00
parent 7fbf00d570
commit 6cebbe0c86

View File

@@ -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']),