Commit a2638862 authored by huyuchen's avatar huyuchen

hyc-到账查询修改

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