Commit 228a30b7 authored by huyuchen's avatar huyuchen

huych-对公转账接口和支付指令查询接口提交

parent 502eeea8
......@@ -633,6 +633,7 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
bizContent.setInstrCount(1);
//总金额:以分为单位
bizContent.setTotalAmount(1L);
//报文压缩内容:zip算法压缩rd区后再BASE64编码,约定取第一个文件
bizContent.setZip("");
List<MybankEnterprisePayPayentRequestV2.MybankEnterprisePayPayentRequestRdV2> rd = new ArrayList<>();
......
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