Commit 3fa2a14f authored by huyuchen's avatar huyuchen

huych-转账代码提交

parent c9e234c7
...@@ -635,6 +635,8 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -635,6 +635,8 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
bizContent.setTotalAmount(2L); bizContent.setTotalAmount(2L);
//报文压缩内容:zip算法压缩rd区后再BASE64编码,约定取第一个文件 //报文压缩内容:zip算法压缩rd区后再BASE64编码,约定取第一个文件
bizContent.setZip(""); bizContent.setZip("");
//批量包名称,使用非扣税单号
bizContent.setPackageName("fkszc20251216");
List<MybankEnterprisePayPayentRequestV2.MybankEnterprisePayPayentRequestRdV2> rd = new ArrayList<>(); List<MybankEnterprisePayPayentRequestV2.MybankEnterprisePayPayentRequestRdV2> rd = new ArrayList<>();
MybankEnterprisePayPayentRequestV2.MybankEnterprisePayPayentRequestRdV2 rdV2 = buildPayRecord(); MybankEnterprisePayPayentRequestV2.MybankEnterprisePayPayentRequestRdV2 rdV2 = buildPayRecord();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment