Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-core
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
isc-core
Commits
6b950701
Commit
6b950701
authored
Nov 05, 2024
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复内部接口
parent
1d4f48eb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
102 additions
and
104 deletions
+102
-104
InnerBdServer.java
.../java/com/brilliance/isc/esb/api/inner/InnerBdServer.java
+5
-5
InnerCcrmServer.java
...ava/com/brilliance/isc/esb/api/inner/InnerCcrmServer.java
+1
-1
InnerCecmServer.java
...ava/com/brilliance/isc/esb/api/inner/InnerCecmServer.java
+1
-1
InnerCfcaServer.java
...ava/com/brilliance/isc/esb/api/inner/InnerCfcaServer.java
+11
-11
InnerClmServer.java
...java/com/brilliance/isc/esb/api/inner/InnerClmServer.java
+11
-11
InnerComsServer.java
...ava/com/brilliance/isc/esb/api/inner/InnerComsServer.java
+1
-1
InnerCpmServer.java
...java/com/brilliance/isc/esb/api/inner/InnerCpmServer.java
+1
-1
InnerEbmpServer.java
...ava/com/brilliance/isc/esb/api/inner/InnerEbmpServer.java
+15
-15
InnerEcifServer.java
...ava/com/brilliance/isc/esb/api/inner/InnerEcifServer.java
+4
-4
InnerEjsServer.java
...java/com/brilliance/isc/esb/api/inner/InnerEjsServer.java
+5
-5
InnerEmbfeServer.java
...va/com/brilliance/isc/esb/api/inner/InnerEmbfeServer.java
+1
-1
InnerGmgfServer.java
...ava/com/brilliance/isc/esb/api/inner/InnerGmgfServer.java
+4
-4
InnerHxServer.java
.../java/com/brilliance/isc/esb/api/inner/InnerHxServer.java
+0
-0
InnerOcrServer.java
...java/com/brilliance/isc/esb/api/inner/InnerOcrServer.java
+7
-7
InnerPhServer.java
.../java/com/brilliance/isc/esb/api/inner/InnerPhServer.java
+12
-12
InnerReportServer.java
...a/com/brilliance/isc/esb/api/inner/InnerReportServer.java
+6
-6
InnerRwmsServer.java
...ava/com/brilliance/isc/esb/api/inner/InnerRwmsServer.java
+1
-2
InnerServer.java
...in/java/com/brilliance/isc/esb/api/inner/InnerServer.java
+1
-2
InnerTymdServer.java
...ava/com/brilliance/isc/esb/api/inner/InnerTymdServer.java
+3
-3
InnerWaishuServer.java
...a/com/brilliance/isc/esb/api/inner/InnerWaishuServer.java
+3
-3
InnerWhjServer.java
...java/com/brilliance/isc/esb/api/inner/InnerWhjServer.java
+9
-9
No files found.
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerBdServer.java
View file @
6b950701
...
...
@@ -18,7 +18,7 @@ public interface InnerBdServer {
* @param req
* @return
*/
@PostMapping
(
"/bh/logout"
)
@PostMapping
(
"/
jk/
bh/logout"
)
InnerRes
<
InnerResBdBh
>
callChayan
(
InnerReq
<
InnerReqBdBhLogout
>
req
);
/**
* 北京电力保函通知接口
...
...
@@ -26,7 +26,7 @@ public interface InnerBdServer {
* @param req
* @return
*/
@PostMapping
(
"/bh/notice"
)
@PostMapping
(
"/
jk/
bh/notice"
)
InnerRes
<
InnerResBdBh
>
callNotice
(
InnerReq
<
InnerReqBdBhNotice
>
req
);
...
...
@@ -36,7 +36,7 @@ public interface InnerBdServer {
* @param req
* @return
*/
@PostMapping
(
"/bh/dynotice"
)
@PostMapping
(
"/
jk/
bh/dynotice"
)
InnerRes
<
InnerResBdBh
>
dyNotice
(
InnerReq
<
InnerReqBdDyNotice
>
req
);
/**
...
...
@@ -45,7 +45,7 @@ public interface InnerBdServer {
* @param req
* @return
*/
@PostMapping
(
"/bh/zcnotice"
)
@PostMapping
(
"/
jk/
bh/zcnotice"
)
InnerRes
<
InnerResBdBh
>
zcNotice
(
InnerReq
<
InnerReqBdZcNotice
>
req
);
/**
...
...
@@ -54,7 +54,7 @@ public interface InnerBdServer {
* @param req
* @return
*/
@PostMapping
(
"/bh/txnotice"
)
@PostMapping
(
"/
jk/
bh/txnotice"
)
InnerRes
<
InnerResBdBh
>
txNotice
(
InnerReq
<
InnerReqBdTxNotice
>
req
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerCcrmServer.java
View file @
6b950701
...
...
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
//@RequestMapping("/jk")
public
interface
InnerCcrmServer
{
@PostMapping
(
"/OC46"
)
@PostMapping
(
"/
jk/
OC46"
)
InnerRes
<
InnerResOC46
>
callOC46
(
InnerReq
<
InnerReqOC46
>
innerReqOC46
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerCecmServer.java
View file @
6b950701
...
...
@@ -21,6 +21,6 @@ public interface InnerCecmServer {
* @param innerReqCM51
* @return
*/
@PostMapping
(
"/CM51"
)
@PostMapping
(
"/
jk/
CM51"
)
InnerRes
<
InnerResCM51
>
callCM51
(
InnerReq
<
InnerReqCM51
>
innerReqCM51
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerCfcaServer.java
View file @
6b950701
...
...
@@ -19,7 +19,7 @@ public interface InnerCfcaServer {
* @param innerReqDownload
* @return
*/
@PostMapping
(
"/DOWNLOAD"
)
@PostMapping
(
"/
jk/
DOWNLOAD"
)
InnerRes
<
InnerResFT72
>
callDOWNLOAD
(
InnerReq
<
InnerReqDownload
>
innerReqDownload
);
/**
...
...
@@ -28,7 +28,7 @@ public interface InnerCfcaServer {
* @param innerReqOfdsignht
* @return
*/
@PostMapping
(
"/Ofdsignht"
)
@PostMapping
(
"/
jk/
Ofdsignht"
)
InnerRes
<
InnerResGJ70
>
callOfdsignht
(
InnerReq
<
InnerReqOfdsignht
>
innerReqOfdsignht
);
/**
...
...
@@ -37,7 +37,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqCommonsign
* @return
*/
@PostMapping
(
"/Commonsign"
)
@PostMapping
(
"/
jk/
Commonsign"
)
InnerRes
<
InnerResFT70
>
callCommonsign
(
InnerReq
<
InnerReqAxqCommonsign
>
innerReqAxqCommonsign
);
/**
...
...
@@ -46,7 +46,7 @@ public interface InnerCfcaServer {
* @param innerReqOfdCreate
* @return
*/
@PostMapping
(
"/ofdCreate"
)
@PostMapping
(
"/
jk/
ofdCreate"
)
InnerRes
<
InnerResOfdCreate
>
callOfdCreate
(
InnerReq
<
InnerReqOfdCreate
>
innerReqOfdCreate
);
/**
...
...
@@ -55,7 +55,7 @@ public interface InnerCfcaServer {
* @param innerReqOfdCreateNt
* @return
*/
@PostMapping
(
"/ofdCreateNt"
)
@PostMapping
(
"/
jk/
ofdCreateNt"
)
InnerRes
<
InnerResOfdCreateNt
>
callOfdCreateNt
(
InnerReq
<
InnerReqOfdCreateNt
>
innerReqOfdCreateNt
);
/**
...
...
@@ -64,7 +64,7 @@ public interface InnerCfcaServer {
* @param innerReqOfdCreateUsual
* @return
*/
@PostMapping
(
"/ofdCreateUsual"
)
@PostMapping
(
"/
jk/
ofdCreateUsual"
)
InnerRes
<
InnerResOfdCreateUsual
>
callOfdCreateUsual
(
InnerReq
<
InnerReqOfdCreateUsual
>
innerReqOfdCreateUsual
);
/**
...
...
@@ -73,7 +73,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqQianshu
* @return
*/
@PostMapping
(
"/axqQianshu"
)
@PostMapping
(
"/
jk/
axqQianshu"
)
InnerRes
<
InnerResAxqQianshu
>
callAxqQianshu
(
InnerReq
<
InnerReqAxqQianshu
>
innerReqAxqQianshu
);
/**
...
...
@@ -82,7 +82,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqQianshu1
* @return
*/
@PostMapping
(
"/axqQianshu1"
)
@PostMapping
(
"/
jk/
axqQianshu1"
)
InnerRes
<
InnerResAxqQianshu1
>
callAxqQianshu1
(
InnerReq
<
InnerReqAxqQianshu1
>
innerReqAxqQianshu1
);
/**
...
...
@@ -91,7 +91,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqQianshu2
* @return
*/
@PostMapping
(
"/axqQianshu2"
)
@PostMapping
(
"/
jk/
axqQianshu2"
)
InnerRes
<
InnerResAxqQianshu2
>
callAxqQianshu2
(
InnerReq
<
InnerReqAxqQianshu2
>
innerReqAxqQianshu2
);
/**
...
...
@@ -100,7 +100,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqCreatpdf
* @return
*/
@PostMapping
(
"/axqCreatpdf"
)
@PostMapping
(
"/
jk/
axqCreatpdf"
)
InnerRes
<
InnerResAxqCreatpdf
>
callAxqCreatpdf
(
InnerReq
<
InnerReqAxqCreatpdf
>
innerReqAxqCreatpdf
);
/**
...
...
@@ -108,6 +108,6 @@ public interface InnerCfcaServer {
* @param innerReqAxqCallFT70
* @return
*/
@PostMapping
(
"/callFT70"
)
@PostMapping
(
"/
jk/
callFT70"
)
InnerRes
<
InnerResFT70
>
callFT70
(
InnerReq
<
InnerReqAxqCallFT70
>
innerReqAxqCallFT70
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerClmServer.java
View file @
6b950701
...
...
@@ -18,7 +18,7 @@ public interface InnerClmServer {
* @param innerReqCL86
* @return
*/
@PostMapping
(
"/CL86"
)
@PostMapping
(
"/
jk/
CL86"
)
InnerRes
<
InnerResCL86
>
callCL86
(
InnerReq
<
InnerReqCL86
>
innerReqCL86
);
/**
...
...
@@ -27,7 +27,7 @@ public interface InnerClmServer {
* @param innerReqCL40
* @return
*/
@PostMapping
(
"/CL40"
)
@PostMapping
(
"/
jk/
CL40"
)
InnerRes
<
InnerResCL40
>
callCL40
(
InnerReq
<
InnerReqCL40
>
innerReqCL40
);
/**
...
...
@@ -36,7 +36,7 @@ public interface InnerClmServer {
* @param innerReqCL41
* @return
*/
@PostMapping
(
"/CL41"
)
@PostMapping
(
"/
jk/
CL41"
)
InnerRes
<
InnerResCL41
>
callCL41
(
InnerReq
<
InnerReqCL41
>
innerReqCL41
);
/**
...
...
@@ -45,7 +45,7 @@ public interface InnerClmServer {
* @param innerReqCL42
* @return
*/
@PostMapping
(
"/CL42"
)
@PostMapping
(
"/
jk/
CL42"
)
InnerRes
<
InnerResCL42
>
callCL42
(
InnerReq
<
InnerReqCL42
>
innerReqCL42
);
/**
...
...
@@ -54,7 +54,7 @@ public interface InnerClmServer {
* @param innerReqCL43
* @return
*/
@PostMapping
(
"/CL43"
)
@PostMapping
(
"/
jk/
CL43"
)
InnerRes
<
InnerResCL43
>
callCL43
(
InnerReq
<
InnerReqCL43
>
innerReqCL43
);
/**
...
...
@@ -63,7 +63,7 @@ public interface InnerClmServer {
* @param innerReqCL44
* @return
*/
@PostMapping
(
"/CL44"
)
@PostMapping
(
"/
jk/
CL44"
)
InnerRes
<
InnerResCL44
>
callCL44
(
InnerReq
<
InnerReqCL44
>
innerReqCL44
);
/**
...
...
@@ -72,7 +72,7 @@ public interface InnerClmServer {
* @param innerReqCL45
* @return
*/
@PostMapping
(
"/CL45"
)
@PostMapping
(
"/
jk/
CL45"
)
InnerRes
<
InnerResCL45
>
callCL45
(
InnerReq
<
InnerReqCL45
>
innerReqCL45
);
/**
...
...
@@ -81,7 +81,7 @@ public interface InnerClmServer {
* @param innerReqCL81
* @return
*/
@PostMapping
(
"/CL81"
)
@PostMapping
(
"/
jk/
CL81"
)
InnerRes
<
InnerResCL81
>
callCL81
(
InnerReq
<
InnerReqCL81
>
innerReqCL81
);
/**
...
...
@@ -90,7 +90,7 @@ public interface InnerClmServer {
* @param innerReqCL82
* @return
*/
@PostMapping
(
"/CL82"
)
@PostMapping
(
"/
jk/
CL82"
)
InnerRes
<
InnerResCL82
>
callCL82
(
InnerReq
<
InnerReqCL82
>
innerReqCL82
);
/**
...
...
@@ -99,7 +99,7 @@ public interface InnerClmServer {
* @param innerReqCL83
* @return
*/
@PostMapping
(
"/CL83"
)
@PostMapping
(
"/
jk/
CL83"
)
InnerRes
<
InnerResCL83
>
callCL83
(
InnerReq
<
InnerReqCL83
>
innerReqCL83
);
/**
...
...
@@ -108,7 +108,7 @@ public interface InnerClmServer {
* @param innerReqCL85
* @return
*/
@PostMapping
(
"/CL85"
)
@PostMapping
(
"/
jk/
CL85"
)
InnerRes
<
InnerResCL85
>
callCL85
(
InnerReq
<
InnerReqCL85
>
innerReqCL85
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerComsServer.java
View file @
6b950701
...
...
@@ -18,6 +18,6 @@ public interface InnerComsServer {
/**
* CS06 抵质押物详细信息查询交易
*/
@PostMapping
(
"/CS06"
)
@PostMapping
(
"/
jk/
CS06"
)
InnerRes
<
InnerResCS06
>
callCS06
(
InnerReq
<
InnerReqCS06
>
innerReqCS06
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerCpmServer.java
View file @
6b950701
...
...
@@ -21,6 +21,6 @@ public interface InnerCpmServer {
* @param innerReqCPC3
* @return
*/
@PostMapping
(
"/CPC3"
)
@PostMapping
(
"/
jk/
CPC3"
)
InnerRes
<
InnerResCPC3
>
callCPC3
(
InnerReq
<
InnerReqCPC3
>
innerReqCPC3
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerEbmpServer.java
View file @
6b950701
...
...
@@ -18,7 +18,7 @@ public interface InnerEbmpServer {
* @param innerReq6603
* @return
*/
@PostMapping
(
"/6603"
)
@PostMapping
(
"/
jk/
6603"
)
InnerRes
<
InnerRes6603
>
call6603
(
InnerReq
<
InnerReq6603
>
innerReq6603
);
...
...
@@ -28,7 +28,7 @@ public interface InnerEbmpServer {
* @param innerReq6605
* @return
*/
@PostMapping
(
"/6605"
)
@PostMapping
(
"/
jk/
6605"
)
InnerRes
<
InnerRes6605
>
call6605
(
InnerReq
<
InnerReq6605
>
innerReq6605
);
/**
...
...
@@ -37,7 +37,7 @@ public interface InnerEbmpServer {
* @param innerReqSF03
* @return
*/
@PostMapping
(
"/SF03"
)
@PostMapping
(
"/
jk/
SF03"
)
InnerRes
<
InnerResSF03
>
callSF03
(
InnerReq
<
InnerReqSF03
>
innerReqSF03
);
/**
...
...
@@ -46,7 +46,7 @@ public interface InnerEbmpServer {
* @param innerReqZM01
* @return
*/
@PostMapping
(
"/ZM01"
)
@PostMapping
(
"/
jk/
ZM01"
)
InnerRes
<
InnerResZM01
>
callZM01
(
InnerReq
<
InnerReqZM01
>
innerReqZM01
);
/**
...
...
@@ -55,7 +55,7 @@ public interface InnerEbmpServer {
* @param innerReqTM01
* @return
*/
@PostMapping
(
"/TM01"
)
@PostMapping
(
"/
jk/
TM01"
)
InnerRes
<
InnerResTM01
>
callTM01
(
InnerReq
<
InnerReqTM01
>
innerReqTM01
);
/**
...
...
@@ -64,7 +64,7 @@ public interface InnerEbmpServer {
* @param innerReq6702
* @return
*/
@PostMapping
(
"/6702"
)
@PostMapping
(
"/
jk/
6702"
)
InnerRes
<
InnerRes6702
>
call6702
(
InnerReq
<
InnerReq6702
>
innerReq6702
);
/**
...
...
@@ -73,7 +73,7 @@ public interface InnerEbmpServer {
* @param innerReq6703
* @return
*/
@PostMapping
(
"/6703"
)
@PostMapping
(
"/
jk/
6703"
)
InnerRes
<
InnerRes6703
>
call6703
(
InnerReq
<
InnerReq6703
>
innerReq6703
);
/**
...
...
@@ -82,7 +82,7 @@ public interface InnerEbmpServer {
* @param innerReq6704
* @return
*/
@PostMapping
(
"/6704"
)
@PostMapping
(
"/
jk/
6704"
)
InnerRes
<
InnerRes6704
>
call6704
(
InnerReq
<
InnerReq6704
>
innerReq6704
);
/**
...
...
@@ -91,7 +91,7 @@ public interface InnerEbmpServer {
* @param innerReq6706
* @return
*/
@PostMapping
(
"/6706"
)
@PostMapping
(
"/
jk/
6706"
)
InnerRes
<
InnerRes6706
>
call6706
(
InnerReq
<
InnerReq6706
>
innerReq6706
);
/**
...
...
@@ -100,7 +100,7 @@ public interface InnerEbmpServer {
* @param innerReq6802
* @return
*/
@PostMapping
(
"/6802"
)
@PostMapping
(
"/
jk/
6802"
)
InnerRes
<
InnerRes6802
>
call6802
(
InnerReq
<
InnerReq6802
>
innerReq6802
);
/**
...
...
@@ -109,7 +109,7 @@ public interface InnerEbmpServer {
* @param innerReq6803
* @return
*/
@PostMapping
(
"/6803"
)
@PostMapping
(
"/
jk/
6803"
)
InnerRes
<
InnerRes6803
>
call6803
(
InnerReq
<
InnerReq6803
>
innerReq6803
);
/**
...
...
@@ -118,7 +118,7 @@ public interface InnerEbmpServer {
* @param innerReq6804
* @return
*/
@PostMapping
(
"/6804"
)
@PostMapping
(
"/
jk/
6804"
)
InnerRes
<
InnerRes6804
>
call6804
(
InnerReq
<
InnerReq6804
>
innerReq6804
);
/**
...
...
@@ -127,7 +127,7 @@ public interface InnerEbmpServer {
* @param innerReq6806
* @return
*/
@PostMapping
(
"/6806"
)
@PostMapping
(
"/
jk/
6806"
)
InnerRes
<
InnerRes6806
>
call6806
(
InnerReq
<
InnerReq6806
>
innerReq6806
);
/**
...
...
@@ -136,7 +136,7 @@ public interface InnerEbmpServer {
* @param innerReq6902
* @return
*/
@PostMapping
(
"/6902"
)
@PostMapping
(
"/
jk/
6902"
)
InnerRes
<
InnerRes6902
>
call6902
(
InnerReq
<
InnerReq6902
>
innerReq6902
);
/**
...
...
@@ -145,6 +145,6 @@ public interface InnerEbmpServer {
* @param innerReq6903
* @return
*/
@PostMapping
(
"/6903"
)
@PostMapping
(
"/
jk/
6903"
)
InnerRes
<
InnerRes6903
>
call6903
(
InnerReq
<
InnerReq6903
>
innerReq6903
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerEcifServer.java
View file @
6b950701
...
...
@@ -19,7 +19,7 @@ public interface InnerEcifServer {
* @param innerReq0904
* @return
*/
@PostMapping
(
"/0904"
)
@PostMapping
(
"/
jk/
0904"
)
InnerRes
<
InnerRes0904
>
call0904
(
InnerReq
<
InnerReq0904
>
innerReq0904
);
/**
...
...
@@ -28,7 +28,7 @@ public interface InnerEcifServer {
* @param innerReq0905
* @return
*/
@PostMapping
(
"/0905"
)
@PostMapping
(
"/
jk/
0905"
)
InnerRes
<
InnerRes0905
>
call0905
(
InnerReq
<
InnerReq0905
>
innerReq0905
);
/**
...
...
@@ -37,7 +37,7 @@ public interface InnerEcifServer {
* @param innerReq0930
* @return
*/
@PostMapping
(
"/0930"
)
@PostMapping
(
"/
jk/
0930"
)
InnerRes
<
InnerRes0930
>
call0930
(
InnerReq
<
InnerReq0930
>
innerReq0930
);
/**
...
...
@@ -46,6 +46,6 @@ public interface InnerEcifServer {
* @param innerReq0958
* @return
*/
@PostMapping
(
"/0958"
)
@PostMapping
(
"/
jk/
0958"
)
InnerRes
<
InnerRes0958
>
call0958
(
InnerReq
<
InnerReq0958
>
innerReq0958
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerEjsServer.java
View file @
6b950701
...
...
@@ -18,7 +18,7 @@ public interface InnerEjsServer {
* @param innerReqEtradefbk
* @return
*/
@PostMapping
(
"/etradefbk"
)
@PostMapping
(
"/
jk/
etradefbk"
)
public
InnerRes
<
InnerResEtradefbk
>
callFbk
(
InnerReq
<
InnerReqEtradefbk
>
innerReqEtradefbk
);
/**
...
...
@@ -27,7 +27,7 @@ public interface InnerEjsServer {
* @param innerReqHrztcx
* @return
*/
@PostMapping
(
"/hrztcx"
)
@PostMapping
(
"/
jk/
hrztcx"
)
public
InnerRes
<
InnerResHrztcx
>
callTcx
(
InnerReq
<
InnerReqHrztcx
>
innerReqHrztcx
);
/**
...
...
@@ -36,7 +36,7 @@ public interface InnerEjsServer {
* @param innerReqEtradeSyncxm
* @return
*/
@PostMapping
(
"/etradeSyncxm"
)
@PostMapping
(
"/
jk/
etradeSyncxm"
)
public
InnerRes
<
InnerResEtradeSyncxm
>
callEtradeSyncxm
(
InnerReq
<
InnerReqEtradeSyncxm
>
innerReqEtradeSyncxm
);
/**
...
...
@@ -45,7 +45,7 @@ public interface InnerEjsServer {
* @param innerReqEtradeGe34
* @return
*/
@PostMapping
(
"/etradeGe34"
)
@PostMapping
(
"/
jk/
etradeGe34"
)
public
InnerRes
<
InnerResEtradeGe34
>
callEtradeGe34
(
InnerReq
<
InnerReqEtradeGe34
>
innerReqEtradeGe34
);
/**
...
...
@@ -54,6 +54,6 @@ public interface InnerEjsServer {
* @param innerReqEtradeGe39
* @return
*/
@PostMapping
(
"/etradeGe39"
)
@PostMapping
(
"/
jk/
etradeGe39"
)
public
InnerRes
<
InnerResEtradeGe39
>
callEtradeGe39
(
InnerReq
<
InnerReqEtradeGe39
>
innerReqEtradeGe39
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerEmbfeServer.java
View file @
6b950701
...
...
@@ -21,7 +21,7 @@ public interface InnerEmbfeServer {
* @param innerReqDzw1
* @return
*/
@PostMapping
(
"/DZW1"
)
@PostMapping
(
"/
jk/
DZW1"
)
InnerRes
<
InnerResDzw1
>
callDZW1
(
InnerReq
<
InnerReqDzw1
>
innerReqDzw1
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerGmgfServer.java
View file @
6b950701
...
...
@@ -18,7 +18,7 @@ public interface InnerGmgfServer {
* @param innerReqGe57
* @return
*/
@PostMapping
(
"/GE57"
)
@PostMapping
(
"/
jk/
GE57"
)
InnerRes
<
InnerResGe57
>
callGe57
(
InnerReq
<
InnerReqGe57
>
innerReqGe57
);
/**
...
...
@@ -27,7 +27,7 @@ public interface InnerGmgfServer {
* @param innerReqGe59
* @return
*/
@PostMapping
(
"/GE59"
)
@PostMapping
(
"/
jk/
GE59"
)
InnerRes
<
InnerResGe59
>
callGe59
(
InnerReq
<
InnerReqGe59
>
innerReqGe59
);
/**
...
...
@@ -36,7 +36,7 @@ public interface InnerGmgfServer {
* @param innerReqGe67
* @return
*/
@PostMapping
(
"/GE67"
)
@PostMapping
(
"/
jk/
GE67"
)
InnerRes
<
InnerResGe67
>
callGe67
(
InnerReq
<
InnerReqGe67
>
innerReqGe67
);
/**
...
...
@@ -45,6 +45,6 @@ public interface InnerGmgfServer {
* @param innerReqGe69
* @return
*/
@PostMapping
(
"/GE69"
)
@PostMapping
(
"/
jk/
GE69"
)
InnerRes
<
InnerResGe69
>
callGe69
(
InnerReq
<
InnerReqGe69
>
innerReqGe69
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerHxServer.java
View file @
6b950701
This diff is collapsed.
Click to expand it.
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerOcrServer.java
View file @
6b950701
...
...
@@ -18,7 +18,7 @@ public interface InnerOcrServer {
* @param req
* @return
*/
@PostMapping
(
"/ocr/recognize"
)
@PostMapping
(
"/
jk/
ocr/recognize"
)
InnerRes
<
InnerResOcrRecognize
>
callOcrRecognize
(
InnerReq
<
InnerReqOcrRecognize
>
req
);
/**
...
...
@@ -27,33 +27,33 @@ public interface InnerOcrServer {
* @param req
* @return
*/
@PostMapping
(
"/ocr/textdiff"
)
@PostMapping
(
"/
jk/
ocr/textdiff"
)
InnerRes
<
InnerResTextDiff
>
callTextDiff
(
InnerReq
<
InnerReqTextDiff
>
req
);
@PostMapping
(
"/ocr/textresult"
)
@PostMapping
(
"/
jk/
ocr/textresult"
)
InnerRes
<
InnerResTextResult
>
callTextResult
(
InnerReq
<
InnerReqTextResult
>
req
);
@PostMapping
(
"/ocr/syntextdiff"
)
@PostMapping
(
"/
jk/
ocr/syntextdiff"
)
InnerRes
<
InnerResTextResult
>
callSynTextResult
(
InnerReq
<
InnerReqTextDiff
>
req
);
/**
* 发票影像下载入库
*/
@PostMapping
(
"/ocr/fapRecognize"
)
@PostMapping
(
"/
jk/
ocr/fapRecognize"
)
InnerRes
<
InnerResFapRecognize
>
callFapRecognize
(
InnerReq
<
InnerReqFapRecognize
>
req
);
/**
* 发票影像识别
*/
@PostMapping
(
"/ocr/fapOcr"
)
@PostMapping
(
"/
jk/
ocr/fapOcr"
)
InnerRes
<
InnerResFapOcr
>
callFapOcr
(
InnerReq
<
InnerReqFapOcr
>
req
);
/**
* 发票影像下载并ocr识别
*/
@PostMapping
(
"/ocr/fapDownAndOcr"
)
@PostMapping
(
"/
jk/
ocr/fapDownAndOcr"
)
InnerRes
<
InnerResFapDownAndOcr
>
callFapDownAndOcr
(
InnerReq
<
InnerReqFapDownAndOcr
>
req
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerPhServer.java
View file @
6b950701
...
...
@@ -18,7 +18,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb1
* @return
*/
@PostMapping
(
"/bhwb1"
)
@PostMapping
(
"/
jk/
bhwb1"
)
InnerRes
<
InnerResYptBhwb1
>
callBhwb1
(
InnerReq
<
InnerReqYptBhwb1
>
innerReqYptBhwb1
);
/**
...
...
@@ -27,7 +27,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb1Snd
* @return
*/
@PostMapping
(
"/bhwb1snd"
)
@PostMapping
(
"/
jk/
bhwb1snd"
)
InnerRes
<
InnerResYptBhwb1Snd
>
callBhwb1Snd
(
InnerReq
<
InnerReqYptBhwb1Snd
>
innerReqYptBhwb1Snd
);
/**
...
...
@@ -36,7 +36,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb2
* @return
*/
@PostMapping
(
"/bhwb2"
)
@PostMapping
(
"/
jk/
bhwb2"
)
InnerRes
<
InnerResYptBhwb2
>
callBhwb2
(
InnerReq
<
InnerReqYptBhwb2
>
innerReqYptBhwb2
);
/**
...
...
@@ -45,7 +45,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb3
* @return
*/
@PostMapping
(
"/bhwb3"
)
@PostMapping
(
"/
jk/
bhwb3"
)
InnerRes
<
InnerResYptBhwb3
>
callBhwb3
(
InnerReq
<
InnerReqYptBhwb3
>
innerReqYptBhwb3
);
/**
...
...
@@ -54,7 +54,7 @@ public interface InnerPhServer {
* @param innerReqDownloadfile
* @return
*/
@PostMapping
(
"/Downloadfile"
)
@PostMapping
(
"/
jk/
Downloadfile"
)
InnerRes
<
InnerResDownloadfile
>
callDownloadfile
(
InnerReq
<
InnerReqDownloadfile
>
innerReqDownloadfile
);
/**
...
...
@@ -63,7 +63,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb3Snd
* @return
*/
@PostMapping
(
"/bhwb3Snd"
)
@PostMapping
(
"/
jk/
bhwb3Snd"
)
InnerRes
<
InnerResBhwb3Snd
>
callBhwb3Snd
(
InnerReq
<
InnerReqYptBhwb3
>
innerReqYptBhwb3Snd
);
/**
...
...
@@ -72,7 +72,7 @@ public interface InnerPhServer {
* @param InnerReqBhwbSz
* @return
*/
@PostMapping
(
"/bhwbSz"
)
@PostMapping
(
"/
jk/
bhwbSz"
)
InnerRes
<
InnerResBhwbSz
>
callBhwbSz
(
InnerReq
<
InnerReqBhwbSz
>
InnerReqBhwbSz
);
/**
...
...
@@ -81,7 +81,7 @@ public interface InnerPhServer {
* @param innerReqPack2mf
* @return
*/
@PostMapping
(
"/pack2mft"
)
@PostMapping
(
"/
jk/
pack2mft"
)
InnerRes
<
InnerResPack2mft
>
callPack2mft
(
InnerReq
<
InnerReqPack2mft
>
innerReqPack2mf
);
/**
...
...
@@ -90,7 +90,7 @@ public interface InnerPhServer {
* @param innerReqFTW1
* @return
*/
@PostMapping
(
"/ftw1"
)
@PostMapping
(
"/
jk/
ftw1"
)
InnerRes
<
InnerResFTW1
>
callFtw1
(
InnerReq
<
InnerReqFTW1
>
innerReqFTW1
);
...
...
@@ -98,12 +98,12 @@ public interface InnerPhServer {
* @param innerReqLcw1InnerReq
* @return
*/
@PostMapping
(
"/LCW1"
)
@PostMapping
(
"/
jk/
LCW1"
)
InnerRes
<
InnerResLcw1
>
callLcw1
(
InnerReq
<
InnerReqLcw1
>
innerReqLcw1InnerReq
);
@PostMapping
(
"/LCW2"
)
@PostMapping
(
"/
jk/
LCW2"
)
InnerRes
<
InnerResLcw2
>
callLcw2
(
InnerReq
<
InnerReqLcw2
>
innerReq
);
@PostMapping
(
"/GjYbwxz"
)
@PostMapping
(
"/
jk/
GjYbwxz"
)
InnerRes
<
InnerResGjYbwxz
>
callGjYbwxz
(
InnerReq
<
InnerReqGjYbwxz
>
innerReq
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerReportServer.java
View file @
6b950701
...
...
@@ -13,21 +13,21 @@ import org.springframework.web.bind.annotation.RequestMapping;
//@RequestMapping("/jk")
public
interface
InnerReportServer
{
@PostMapping
(
"/dbainsert"
)
@PostMapping
(
"/
jk/
dbainsert"
)
InnerRes
<
InnerResDbainsert
>
callDbainsert
(
InnerReq
<
InnerReqDbainsert
>
innerReqDbainsertInnerReq
);
@PostMapping
(
"/dbbinsert"
)
@PostMapping
(
"/
jk/
dbbinsert"
)
InnerRes
<
InnerResDbbinsert
>
callDbbinsert
(
InnerReq
<
InnerReqDbbinsert
>
innerReqDbbinsertInnerReq
);
@PostMapping
(
"/dbcinsert"
)
@PostMapping
(
"/
jk/
dbcinsert"
)
InnerRes
<
InnerResDbcinsert
>
callDbcinsert
(
InnerReq
<
InnerReqDbcinsert
>
innerReqDbcinsertInnerReq
);
@PostMapping
(
"/dbdinsert"
)
@PostMapping
(
"/
jk/
dbdinsert"
)
InnerRes
<
InnerResDbdinsert
>
callDbdinsert
(
InnerReq
<
InnerReqDbdinsert
>
innerReqDbdinsertInnerReq
);
@PostMapping
(
"/dbeinsert"
)
@PostMapping
(
"/
jk/
dbeinsert"
)
InnerRes
<
InnerResDbeinsert
>
callDbeinsert
(
InnerReq
<
InnerReqDbeinsert
>
innerReqDbeinsertInnerReq
);
@PostMapping
(
"/dbfinsert"
)
@PostMapping
(
"/
jk/
dbfinsert"
)
InnerRes
<
InnerResDbfinsert
>
callDbfinsert
(
InnerReq
<
InnerReqDbfinsert
>
innerReqDbfinsertInnerReq
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerRwmsServer.java
View file @
6b950701
...
...
@@ -13,7 +13,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi
*/
//@RequestMapping("/jk")
public
interface
InnerRwmsServer
{
/**
* RW02 预警灰名单响应
...
...
@@ -21,6 +20,6 @@ public interface InnerRwmsServer {
* @param innerReqRW02
* @return
*/
@PostMapping
(
"/RW02"
)
@PostMapping
(
"/
jk/
RW02"
)
InnerRes
<
InnerResRW02
>
callRW02
(
InnerReq
<
InnerReqRW02
>
innerReqRW02
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerServer.java
View file @
6b950701
...
...
@@ -11,8 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi
*/
//@RequestMapping("/jk")
public
interface
InnerServer
{
@PostMapping
(
"/inner"
)
@PostMapping
(
"/
jk/
inner"
)
public
InnerRes
callInterface
(
InnerReq
innerReq
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerTymdServer.java
View file @
6b950701
...
...
@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi
*/
//@RequestMapping("
/jk
")
//@RequestMapping("")
public
interface
InnerTymdServer
{
/**
* E200 统一名单筛查接口调用响应
...
...
@@ -18,7 +18,7 @@ public interface InnerTymdServer {
* @param innerReqE200
* @return
*/
@PostMapping
(
"/E200"
)
@PostMapping
(
"/
jk/
E200"
)
InnerRes
<
InnerResE200
>
callE200
(
InnerReq
<
InnerReqE200
>
innerReqE200
);
/**
...
...
@@ -27,6 +27,6 @@ public interface InnerTymdServer {
* @param innerReqDU01
* @return
*/
@PostMapping
(
"/DU01"
)
@PostMapping
(
"/
jk/
DU01"
)
InnerRes
<
InnerResDU01
>
callDU01
(
InnerReq
<
InnerReqDU01
>
innerReqDU01
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerWaishuServer.java
View file @
6b950701
...
...
@@ -18,7 +18,7 @@ public interface InnerWaishuServer {
* @param innerReqFapiaoChayan
* @return
*/
@PostMapping
(
"/fapiao/chayan"
)
@PostMapping
(
"/
jk/
fapiao/chayan"
)
InnerRes
<
InnerResFapiaoChayan
>
callChayan
(
InnerReq
<
InnerReqFapiaoChayan
>
innerReqFapiaoChayan
);
/**
...
...
@@ -27,7 +27,7 @@ public interface InnerWaishuServer {
* @param innerReqFapiaoJiankong
* @return
*/
@PostMapping
(
"/fapiao/jiankong"
)
@PostMapping
(
"/
jk/
fapiao/jiankong"
)
InnerRes
<
InnerResFapiaoJiankong
>
callJiankong
(
InnerReq
<
InnerReqFapiaoJiankong
>
innerReqFapiaoJiankong
);
/**
...
...
@@ -36,6 +36,6 @@ public interface InnerWaishuServer {
* @param innerReqFapiaoChayan
* @return
*/
@PostMapping
(
"/fapiao/ns11"
)
@PostMapping
(
"/
jk/
fapiao/ns11"
)
InnerRes
<
InnerResFapiaoChayan
>
callNs11
(
InnerReq
<
InnerReqFapiaoChayan
>
innerReqFapiaoChayan
);
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerWhjServer.java
View file @
6b950701
...
...
@@ -19,7 +19,7 @@ public interface InnerWhjServer {
* @param req
* @return
*/
@PostMapping
(
"/whj"
)
@PostMapping
(
"/
jk/
whj"
)
InnerRes
<
InnerResWhj
>
callWhj
(
InnerReq
<
InnerReqWhj
>
req
);
/**
...
...
@@ -28,7 +28,7 @@ public interface InnerWhjServer {
* @param req
* @return
*/
@PostMapping
(
"/tax/accept"
)
@PostMapping
(
"/
jk/
tax/accept"
)
InnerRes
<
InnerResTax
>
callTaxaccept
(
InnerReq
<
InnerReqTaxaccept
>
req
);
/**
...
...
@@ -37,7 +37,7 @@ public interface InnerWhjServer {
* @param req
* @return
*/
@PostMapping
(
"/tax/cancel"
)
@PostMapping
(
"/
jk/
tax/cancel"
)
InnerRes
<
InnerResTax
>
callTaxcancel
(
InnerReq
<
InnerReqTaxcancel
>
req
);
/**
...
...
@@ -46,7 +46,7 @@ public interface InnerWhjServer {
* @param req
* @return
*/
@PostMapping
(
"/tax/check"
)
@PostMapping
(
"/
jk/
tax/check"
)
InnerRes
<
InnerResTax
>
callTaxcheck
(
InnerReq
<
InnerReqTaxcheck
>
req
);
/**
...
...
@@ -55,7 +55,7 @@ public interface InnerWhjServer {
* @param req
* @return
*/
@PostMapping
(
"/tax/confirm"
)
@PostMapping
(
"/
jk/
tax/confirm"
)
InnerRes
<
InnerResTax
>
callTaxconfirm
(
InnerReq
<
InnerReqTaxconfirm
>
req
);
/**
...
...
@@ -64,7 +64,7 @@ public interface InnerWhjServer {
* @param req
* @return
*/
@PostMapping
(
"/tax/modify"
)
@PostMapping
(
"/
jk/
tax/modify"
)
InnerRes
<
InnerResTax
>
callTaxmodify
(
InnerReq
<
InnerReqTaxmodify
>
req
);
/**
...
...
@@ -73,7 +73,7 @@ public interface InnerWhjServer {
* @param req
* @return
*/
@PostMapping
(
"/tax/qrydetail"
)
@PostMapping
(
"/
jk/
tax/qrydetail"
)
InnerRes
<
InnerResTax
>
callTaxqrydetail
(
InnerReq
<
InnerReqTaxqrydetail
>
req
);
/**
...
...
@@ -82,7 +82,7 @@ public interface InnerWhjServer {
* @param req
* @return
*/
@PostMapping
(
"/tax/qrylist"
)
@PostMapping
(
"/
jk/
tax/qrylist"
)
InnerRes
<
InnerResTax
>
callTaxqrylist
(
InnerReq
<
InnerReqTaxqrylist
>
req
);
/**
...
...
@@ -91,6 +91,6 @@ public interface InnerWhjServer {
* @param req
* @return
*/
@PostMapping
(
"/tax/retry"
)
@PostMapping
(
"/
jk/
tax/retry"
)
InnerRes
<
InnerResTax
>
callTaxretry
(
InnerReq
<
InnerReqTaxretry
>
req
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment