Commit aa9c0713 by niewei

esb屏蔽RequestMapping

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