Commit aa9c0713 by niewei

esb屏蔽RequestMapping

parent 6fdaf625
...@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface BdTlServer public interface BdTlServer
{ {
/** /**
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/BEBIP") //@RequestMapping("/BEBIP")
public interface BebipClient { public interface BebipClient {
/** /**
......
...@@ -8,7 +8,7 @@ import com.brilliance.isc.esb.model.ccrm.ResOC46; ...@@ -8,7 +8,7 @@ import com.brilliance.isc.esb.model.ccrm.ResOC46;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@RequestMapping("/CCRM") //@RequestMapping("/CCRM")
public interface CcrmClient{ public interface CcrmClient{
/** /**
......
...@@ -6,7 +6,7 @@ import com.brilliance.isc.esb.model.ccrm.ResCloudOC46; ...@@ -6,7 +6,7 @@ import com.brilliance.isc.esb.model.ccrm.ResCloudOC46;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@RequestMapping("ccrm/webapi/CustTradeFinance") //@RequestMapping("ccrm/webapi/CustTradeFinance")
public interface CcrmClientCloud { public interface CcrmClientCloud {
/** /**
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
/** /**
* 新ccrm外汇展业feign接口 * 新ccrm外汇展业feign接口
*/ */
@RequestMapping("/ccrm/webapi/CustTradeIndustry") //@RequestMapping("/ccrm/webapi/CustTradeIndustry")
public interface NewCcrmClient { public interface NewCcrmClient {
/** /**
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* Ccrm 国结提供外汇展业服务方接口 * Ccrm 国结提供外汇展业服务方接口
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface NewCcrmServer { public interface NewCcrmServer {
/** /**
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/CECM") //@RequestMapping("/CECM")
public interface CecmClient { public interface CecmClient {
/** /**
* CM51 额度转授权信息查询 * CM51 额度转授权信息查询
......
...@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/EBIS") //@RequestMapping("/EBIS")
public interface CfcaClient { public interface CfcaClient {
/** /**
* DF72 安心签下载(原FT72) * DF72 安心签下载(原FT72)
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/ceb/webapi/edsp") //@RequestMapping("/ceb/webapi/edsp")
public interface ClmClient { public interface ClmClient {
/** /**
* CL40 额度组合一占一放 * CL40 额度组合一占一放
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface ClmServer { public interface ClmServer {
/** /**
* DO01 抹账CL85后的业务信息 * DO01 抹账CL85后的业务信息
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/COMS") //@RequestMapping("/COMS")
public interface ComsClient { public interface ComsClient {
/** /**
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/CPM") //@RequestMapping("/CPM")
public interface CpmClient { public interface CpmClient {
/** /**
* CPC3 定价系统提供审批代码查询交易 * CPC3 定价系统提供审批代码查询交易
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface DbSyncServer { public interface DbSyncServer {
/** /**
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/EBMCP") //@RequestMapping("/EBMCP")
public interface EbmcpClient { public interface EbmcpClient {
......
...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/EBMP") //@RequestMapping("/EBMP")
public interface EbmpClient { public interface EbmpClient {
/** /**
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface EbmpServer { public interface EbmpServer {
/** /**
......
...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/ECIFC") //@RequestMapping("/ECIFC")
public interface EcifClient { public interface EcifClient {
/** /**
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/ecifc/webapi") //@RequestMapping("/ecifc/webapi")
public interface EcifCloudClient{ public interface EcifCloudClient{
/** /**
......
...@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface EcifServer { public interface EcifServer {
/** /**
* CFA1 接收ECIF正式客户同步请求(实时) * CFA1 接收ECIF正式客户同步请求(实时)
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/trades") //@RequestMapping("/trades")
public interface EdmpClient { public interface EdmpClient {
/** /**
* NFPA 银税通发票批量核验 * NFPA 银税通发票批量核验
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface EjsServer { public interface EjsServer {
/** /**
* EjsHlcx e结算汇率查询 * EjsHlcx e结算汇率查询
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/NMBFE") //@RequestMapping("/NMBFE")
public interface EmbfeClient { public interface EmbfeClient {
/** /**
* 电证往报对外接口 * 电证往报对外接口
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface EmbfeServer { public interface EmbfeServer {
/** /**
* 电证来报对外接口 * 电证来报对外接口
......
...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/EBIS") //@RequestMapping("/EBIS")
public interface GmgfClient { public interface GmgfClient {
/** /**
* Ge57 报关单参考余额查询 * Ge57 报关单参考余额查询
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface GmgfServer { public interface GmgfServer {
@PostMapping("/GE72") @PostMapping("/GE72")
Res<ResGe72> doGe72(ReqGe72 reqGe72); Res<ResGe72> doGe72(ReqGe72 reqGe72);
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/ECAS") //@RequestMapping("/ECAS")
public interface HxClient { public interface HxClient {
/** /**
* 2571 取基准利率 * 2571 取基准利率
......
...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface HxServer { public interface HxServer {
/** /**
* 8793 swift收报 * 8793 swift收报
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerBdServer { public interface InnerBdServer {
/** /**
* 北京电力保函注销接口 * 北京电力保函注销接口
......
...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.PostMapping; ...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerCcrmServer { public interface InnerCcrmServer {
@PostMapping("/OC46") @PostMapping("/OC46")
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerCecmServer { public interface InnerCecmServer {
/** /**
* CM51 额度转授权信息查询 * CM51 额度转授权信息查询
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerCfcaServer { public interface InnerCfcaServer {
/** /**
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerClmServer { public interface InnerClmServer {
/** /**
* CL86 额度转授权信息变更 * CL86 额度转授权信息变更
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerComsServer { public interface InnerComsServer {
/** /**
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerCpmServer { public interface InnerCpmServer {
/** /**
* CPC3 定价系统提供审批代码查询交易 * CPC3 定价系统提供审批代码查询交易
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerEbmpServer { public interface InnerEbmpServer {
/** /**
* 6603 中台系统提供国结发送汇总征税保函复核交易信息 * 6603 中台系统提供国结发送汇总征税保函复核交易信息
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerEcifServer { public interface InnerEcifServer {
/** /**
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerEjsServer { public interface InnerEjsServer {
/** /**
* etradefbk e结算退回 * etradefbk e结算退回
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerEmbfeServer { public interface InnerEmbfeServer {
/** /**
* DZW1 电证往报 * DZW1 电证往报
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerGmgfServer { public interface InnerGmgfServer {
/** /**
* Ge57 报关单参考余额查询 * Ge57 报关单参考余额查询
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerHxServer { public interface InnerHxServer {
/** /**
* 0208 账号查询 * 0208 账号查询
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerNmgServer { public interface InnerNmgServer {
/** /**
* 北京电力保函注销接口 * 北京电力保函注销接口
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerOcrServer { public interface InnerOcrServer {
/** /**
* ocrRecognize ocr文件识别 * ocrRecognize ocr文件识别
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerPhServer { public interface InnerPhServer {
/** /**
* bhwb1 用户保函异步交易中国结发起应答的交易 * bhwb1 用户保函异步交易中国结发起应答的交易
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerReportServer { public interface InnerReportServer {
@PostMapping("/dbainsert") @PostMapping("/dbainsert")
......
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerRwmsServer { public interface InnerRwmsServer {
/** /**
* RW02 预警灰名单响应 * RW02 预警灰名单响应
......
...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerServer { public interface InnerServer {
@PostMapping("/inner") @PostMapping("/inner")
public InnerRes callInterface(InnerReq innerReq); public InnerRes callInterface(InnerReq innerReq);
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerTymdServer { public interface InnerTymdServer {
/** /**
* E200 统一名单筛查接口调用响应 * E200 统一名单筛查接口调用响应
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerWaishuServer { public interface InnerWaishuServer {
/** /**
* 银税通发票核验 * 银税通发票核验
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/jk") //@RequestMapping("/jk")
public interface InnerWhjServer { public interface InnerWhjServer {
/** /**
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface NetBankServer { public interface NetBankServer {
/** /**
......
...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("cpmwf/webapi/edsp") //@RequestMapping("cpmwf/webapi/edsp")
public interface NewCpmClient { public interface NewCpmClient {
/** /**
* 定价审批代码查询(点对点) * 定价审批代码查询(点对点)
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/ncbs-prot-productmgt") //@RequestMapping("/ncbs-prot-productmgt")
public interface NewHxClient { public interface NewHxClient {
/** /**
* 查询可售产品信息 * 查询可售产品信息
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/webapi/gtw/wtc") //@RequestMapping("/webapi/gtw/wtc")
public interface NewSwiftClient { public interface NewSwiftClient {
/** /**
* gpi通知(国结入账反馈) * gpi通知(国结入账反馈)
......
...@@ -15,7 +15,7 @@ import javax.ws.rs.QueryParam; ...@@ -15,7 +15,7 @@ import javax.ws.rs.QueryParam;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/characterRecognition") //@RequestMapping("/characterRecognition")
public interface OcrClient { public interface OcrClient {
/** /**
* xmind-creat-task-ai-service 文本比对接口 * xmind-creat-task-ai-service 文本比对接口
......
...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/EBIS") //@RequestMapping("/EBIS")
public interface PhClient { public interface PhClient {
/** /**
......
...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface PhServer { public interface PhServer {
/** /**
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface QyxxServer { public interface QyxxServer {
/** /**
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/RWMS") //@RequestMapping("/RWMS")
public interface RwmsClient { public interface RwmsClient {
/** /**
......
...@@ -12,7 +12,7 @@ import java.util.Map; ...@@ -12,7 +12,7 @@ import java.util.Map;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/protocol/webapi") //@RequestMapping("/protocol/webapi")
public interface ScfpClient { public interface ScfpClient {
/** /**
* PF71 安心签盖章(原FT71) * PF71 安心签盖章(原FT71)
......
...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/realtimeScreening") //@RequestMapping("/realtimeScreening")
public interface TymdClient { public interface TymdClient {
/** /**
......
...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* *
* @restApi * @restApi
*/ */
@RequestMapping("/highRiskCustListQuery") //@RequestMapping("/highRiskCustListQuery")
public interface TymdClient2 { public interface TymdClient2 {
/** /**
* DU01 统一名单反洗钱 * DU01 统一名单反洗钱
......
...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi * @restApi
*/ */
@RequestMapping("/SSTF") //@RequestMapping("/SSTF")
public interface TysfServer { public interface TysfServer {
/** /**
......
...@@ -6,7 +6,7 @@ import com.brilliance.isc.esb.model.vpbs.RspVPBSVP14; ...@@ -6,7 +6,7 @@ import com.brilliance.isc.esb.model.vpbs.RspVPBSVP14;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@RequestMapping("/VPBS") //@RequestMapping("/VPBS")
public interface VpbsClient { public interface VpbsClient {
/** /**
......
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