Commit 5d603dd4 authored by huyuchen's avatar huyuchen

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

parent af3dbdeb
......@@ -625,9 +625,10 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
bizContent.setLanguage("zh_CN");
//指令包序列号:系统产生,一个集团永远不能重复
bizContent.setfSeqNo(seqNo);
//报文压缩标识:1:压缩rd区;空/0:不压缩 不压缩的话单次最多200笔;压缩的话单词最多5000笔
bizContent.setZipFlag("0");
//入账方式:0:逐笔记账;2:并笔记账
bizContent.setSettleMode("2");
bizContent.setSettleMode("0");
//总笔数
bizContent.setInstrCount(1);
//总金额:以分为单位
......
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