不同银行参数处理

2024年7月17日 10:05:03
This commit is contained in:
xiang2lin 2024-07-17 10:05:09 +08:00
parent 07f80f0552
commit 97a8b99d8b
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ public class CbsPluginServiceImpl implements ICbsPluginService {
}
//不同银行添加 处理不一样
addAttribute(agentPay,paymentApplySubmitReqDTO,paymentApplyAgentList);
//addAttribute(agentPay,paymentApplySubmitReqDTO,paymentApplyAgentList);
PayResponseDTO payResponseDTO = cbs8Service.agentPayApply(paymentApplySubmitReqDTO,paymentApplyAgentList);
if (null != payResponseDTO){
Boolean successed = payResponseDTO.getSuccessed();