修改注释

This commit is contained in:
2024-09-27 14:47:43 +08:00
parent 6cebbe0c86
commit db5732c8c5

View File

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