From a042e0e63f86a0880d20e57c14ec4a60b65801fb Mon Sep 17 00:00:00 2001 From: wanghc <2466022993@qq.com> Date: Tue, 04 Jul 2023 09:07:47 +0800 Subject: [PATCH] 浦发分行受托支付 --- cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java | 19 +++---------------- 1 files changed, 3 insertions(+), 16 deletions(-) diff --git a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java index 3c71245..fddaa8d 100644 --- a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java +++ b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java @@ -1,10 +1,5 @@ package com.jttech.pfcs.services; -import com.jttech.pfcs.vo.req.trade.ReqEPCSnglTranType; -import com.jttech.pfcs.vo.req.trade.ReqTranQryType; -import com.jttech.pfcs.vo.resp.RspEPCSnglTranType; -import com.jttech.pfcs.vo.resp.RspTranQryType; - /** * @author wanghc * @version 1.0.0 @@ -13,17 +8,9 @@ public interface ITradeService { /** - * 单笔交易 - * @param reqVo + * excute + * @param content * @return */ - RspEPCSnglTranType epcSnglTran(ReqEPCSnglTranType reqVo); - - - /** - * 交易查询 - * @param req - * @return - */ - RspTranQryType tranQry(ReqTranQryType req); + String excute(String url, String content); } -- Gitblit v1.8.0