Commit a2638862 authored by huyuchen's avatar huyuchen

hyc-到账查询修改

parent 6222166f
...@@ -68,10 +68,10 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -68,10 +68,10 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
try { try {
//到账通知交易流水查询 //到账通知交易流水查询
response = client.execute(request); response = client.execute(request);
log.error("到账通知交易流水查询" + request.toString()); log.error("到账通知交易流水状态" + response.getStatus());
log.error("到账通知交易流水结果" + response.toString()); log.error("到账通知交易流水结果" + response.getErrordesc());
if ("00".equals(response.getStatus())) { if ("00".equals(response.getStatus())) {
return R.ok(); return R.ok(response.getDatalist());
} else { } else {
return R.failed(); return R.failed();
} }
......
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