🎨 资金对账单下载接口v2和v3所需资金账户类型枚举值不一致,分开存放

This commit is contained in:
Binary Wang
2023-11-25 22:25:30 +08:00
parent 786a78ea26
commit beec6031af
5 changed files with 44 additions and 23 deletions

View File

@@ -971,7 +971,6 @@ public abstract class BaseWxPayServiceImpl implements WxPayService {
@Override
public WxPayFundFlowResult downloadFundFlow(String billDate, String accountType, String tarType) throws WxPayException {
WxPayDownloadFundFlowRequest request = new WxPayDownloadFundFlowRequest();
request.setBillDate(billDate);
request.setAccountType(accountType);