mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 资金对账单下载接口v2和v3所需资金账户类型枚举值不一致,分开存放
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user