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
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
159 additions
and
163 deletions
+159
-163
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
+57
-59
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 {
...
@@ -18,7 +18,7 @@ public interface InnerBdServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/bh/logout"
)
@PostMapping
(
"/
jk/
bh/logout"
)
InnerRes
<
InnerResBdBh
>
callChayan
(
InnerReq
<
InnerReqBdBhLogout
>
req
);
InnerRes
<
InnerResBdBh
>
callChayan
(
InnerReq
<
InnerReqBdBhLogout
>
req
);
/**
/**
* 北京电力保函通知接口
* 北京电力保函通知接口
...
@@ -26,7 +26,7 @@ public interface InnerBdServer {
...
@@ -26,7 +26,7 @@ public interface InnerBdServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/bh/notice"
)
@PostMapping
(
"/
jk/
bh/notice"
)
InnerRes
<
InnerResBdBh
>
callNotice
(
InnerReq
<
InnerReqBdBhNotice
>
req
);
InnerRes
<
InnerResBdBh
>
callNotice
(
InnerReq
<
InnerReqBdBhNotice
>
req
);
...
@@ -36,7 +36,7 @@ public interface InnerBdServer {
...
@@ -36,7 +36,7 @@ public interface InnerBdServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/bh/dynotice"
)
@PostMapping
(
"/
jk/
bh/dynotice"
)
InnerRes
<
InnerResBdBh
>
dyNotice
(
InnerReq
<
InnerReqBdDyNotice
>
req
);
InnerRes
<
InnerResBdBh
>
dyNotice
(
InnerReq
<
InnerReqBdDyNotice
>
req
);
/**
/**
...
@@ -45,7 +45,7 @@ public interface InnerBdServer {
...
@@ -45,7 +45,7 @@ public interface InnerBdServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/bh/zcnotice"
)
@PostMapping
(
"/
jk/
bh/zcnotice"
)
InnerRes
<
InnerResBdBh
>
zcNotice
(
InnerReq
<
InnerReqBdZcNotice
>
req
);
InnerRes
<
InnerResBdBh
>
zcNotice
(
InnerReq
<
InnerReqBdZcNotice
>
req
);
/**
/**
...
@@ -54,7 +54,7 @@ public interface InnerBdServer {
...
@@ -54,7 +54,7 @@ public interface InnerBdServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/bh/txnotice"
)
@PostMapping
(
"/
jk/
bh/txnotice"
)
InnerRes
<
InnerResBdBh
>
txNotice
(
InnerReq
<
InnerReqBdTxNotice
>
req
);
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;
...
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
//@RequestMapping("/jk")
//@RequestMapping("/jk")
public
interface
InnerCcrmServer
{
public
interface
InnerCcrmServer
{
@PostMapping
(
"/OC46"
)
@PostMapping
(
"/
jk/
OC46"
)
InnerRes
<
InnerResOC46
>
callOC46
(
InnerReq
<
InnerReqOC46
>
innerReqOC46
);
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 {
...
@@ -21,6 +21,6 @@ public interface InnerCecmServer {
* @param innerReqCM51
* @param innerReqCM51
* @return
* @return
*/
*/
@PostMapping
(
"/CM51"
)
@PostMapping
(
"/
jk/
CM51"
)
InnerRes
<
InnerResCM51
>
callCM51
(
InnerReq
<
InnerReqCM51
>
innerReqCM51
);
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 {
...
@@ -19,7 +19,7 @@ public interface InnerCfcaServer {
* @param innerReqDownload
* @param innerReqDownload
* @return
* @return
*/
*/
@PostMapping
(
"/DOWNLOAD"
)
@PostMapping
(
"/
jk/
DOWNLOAD"
)
InnerRes
<
InnerResFT72
>
callDOWNLOAD
(
InnerReq
<
InnerReqDownload
>
innerReqDownload
);
InnerRes
<
InnerResFT72
>
callDOWNLOAD
(
InnerReq
<
InnerReqDownload
>
innerReqDownload
);
/**
/**
...
@@ -28,7 +28,7 @@ public interface InnerCfcaServer {
...
@@ -28,7 +28,7 @@ public interface InnerCfcaServer {
* @param innerReqOfdsignht
* @param innerReqOfdsignht
* @return
* @return
*/
*/
@PostMapping
(
"/Ofdsignht"
)
@PostMapping
(
"/
jk/
Ofdsignht"
)
InnerRes
<
InnerResGJ70
>
callOfdsignht
(
InnerReq
<
InnerReqOfdsignht
>
innerReqOfdsignht
);
InnerRes
<
InnerResGJ70
>
callOfdsignht
(
InnerReq
<
InnerReqOfdsignht
>
innerReqOfdsignht
);
/**
/**
...
@@ -37,7 +37,7 @@ public interface InnerCfcaServer {
...
@@ -37,7 +37,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqCommonsign
* @param innerReqAxqCommonsign
* @return
* @return
*/
*/
@PostMapping
(
"/Commonsign"
)
@PostMapping
(
"/
jk/
Commonsign"
)
InnerRes
<
InnerResFT70
>
callCommonsign
(
InnerReq
<
InnerReqAxqCommonsign
>
innerReqAxqCommonsign
);
InnerRes
<
InnerResFT70
>
callCommonsign
(
InnerReq
<
InnerReqAxqCommonsign
>
innerReqAxqCommonsign
);
/**
/**
...
@@ -46,7 +46,7 @@ public interface InnerCfcaServer {
...
@@ -46,7 +46,7 @@ public interface InnerCfcaServer {
* @param innerReqOfdCreate
* @param innerReqOfdCreate
* @return
* @return
*/
*/
@PostMapping
(
"/ofdCreate"
)
@PostMapping
(
"/
jk/
ofdCreate"
)
InnerRes
<
InnerResOfdCreate
>
callOfdCreate
(
InnerReq
<
InnerReqOfdCreate
>
innerReqOfdCreate
);
InnerRes
<
InnerResOfdCreate
>
callOfdCreate
(
InnerReq
<
InnerReqOfdCreate
>
innerReqOfdCreate
);
/**
/**
...
@@ -55,7 +55,7 @@ public interface InnerCfcaServer {
...
@@ -55,7 +55,7 @@ public interface InnerCfcaServer {
* @param innerReqOfdCreateNt
* @param innerReqOfdCreateNt
* @return
* @return
*/
*/
@PostMapping
(
"/ofdCreateNt"
)
@PostMapping
(
"/
jk/
ofdCreateNt"
)
InnerRes
<
InnerResOfdCreateNt
>
callOfdCreateNt
(
InnerReq
<
InnerReqOfdCreateNt
>
innerReqOfdCreateNt
);
InnerRes
<
InnerResOfdCreateNt
>
callOfdCreateNt
(
InnerReq
<
InnerReqOfdCreateNt
>
innerReqOfdCreateNt
);
/**
/**
...
@@ -64,7 +64,7 @@ public interface InnerCfcaServer {
...
@@ -64,7 +64,7 @@ public interface InnerCfcaServer {
* @param innerReqOfdCreateUsual
* @param innerReqOfdCreateUsual
* @return
* @return
*/
*/
@PostMapping
(
"/ofdCreateUsual"
)
@PostMapping
(
"/
jk/
ofdCreateUsual"
)
InnerRes
<
InnerResOfdCreateUsual
>
callOfdCreateUsual
(
InnerReq
<
InnerReqOfdCreateUsual
>
innerReqOfdCreateUsual
);
InnerRes
<
InnerResOfdCreateUsual
>
callOfdCreateUsual
(
InnerReq
<
InnerReqOfdCreateUsual
>
innerReqOfdCreateUsual
);
/**
/**
...
@@ -73,7 +73,7 @@ public interface InnerCfcaServer {
...
@@ -73,7 +73,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqQianshu
* @param innerReqAxqQianshu
* @return
* @return
*/
*/
@PostMapping
(
"/axqQianshu"
)
@PostMapping
(
"/
jk/
axqQianshu"
)
InnerRes
<
InnerResAxqQianshu
>
callAxqQianshu
(
InnerReq
<
InnerReqAxqQianshu
>
innerReqAxqQianshu
);
InnerRes
<
InnerResAxqQianshu
>
callAxqQianshu
(
InnerReq
<
InnerReqAxqQianshu
>
innerReqAxqQianshu
);
/**
/**
...
@@ -82,7 +82,7 @@ public interface InnerCfcaServer {
...
@@ -82,7 +82,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqQianshu1
* @param innerReqAxqQianshu1
* @return
* @return
*/
*/
@PostMapping
(
"/axqQianshu1"
)
@PostMapping
(
"/
jk/
axqQianshu1"
)
InnerRes
<
InnerResAxqQianshu1
>
callAxqQianshu1
(
InnerReq
<
InnerReqAxqQianshu1
>
innerReqAxqQianshu1
);
InnerRes
<
InnerResAxqQianshu1
>
callAxqQianshu1
(
InnerReq
<
InnerReqAxqQianshu1
>
innerReqAxqQianshu1
);
/**
/**
...
@@ -91,7 +91,7 @@ public interface InnerCfcaServer {
...
@@ -91,7 +91,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqQianshu2
* @param innerReqAxqQianshu2
* @return
* @return
*/
*/
@PostMapping
(
"/axqQianshu2"
)
@PostMapping
(
"/
jk/
axqQianshu2"
)
InnerRes
<
InnerResAxqQianshu2
>
callAxqQianshu2
(
InnerReq
<
InnerReqAxqQianshu2
>
innerReqAxqQianshu2
);
InnerRes
<
InnerResAxqQianshu2
>
callAxqQianshu2
(
InnerReq
<
InnerReqAxqQianshu2
>
innerReqAxqQianshu2
);
/**
/**
...
@@ -100,7 +100,7 @@ public interface InnerCfcaServer {
...
@@ -100,7 +100,7 @@ public interface InnerCfcaServer {
* @param innerReqAxqCreatpdf
* @param innerReqAxqCreatpdf
* @return
* @return
*/
*/
@PostMapping
(
"/axqCreatpdf"
)
@PostMapping
(
"/
jk/
axqCreatpdf"
)
InnerRes
<
InnerResAxqCreatpdf
>
callAxqCreatpdf
(
InnerReq
<
InnerReqAxqCreatpdf
>
innerReqAxqCreatpdf
);
InnerRes
<
InnerResAxqCreatpdf
>
callAxqCreatpdf
(
InnerReq
<
InnerReqAxqCreatpdf
>
innerReqAxqCreatpdf
);
/**
/**
...
@@ -108,6 +108,6 @@ public interface InnerCfcaServer {
...
@@ -108,6 +108,6 @@ public interface InnerCfcaServer {
* @param innerReqAxqCallFT70
* @param innerReqAxqCallFT70
* @return
* @return
*/
*/
@PostMapping
(
"/callFT70"
)
@PostMapping
(
"/
jk/
callFT70"
)
InnerRes
<
InnerResFT70
>
callFT70
(
InnerReq
<
InnerReqAxqCallFT70
>
innerReqAxqCallFT70
);
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 {
...
@@ -18,7 +18,7 @@ public interface InnerClmServer {
* @param innerReqCL86
* @param innerReqCL86
* @return
* @return
*/
*/
@PostMapping
(
"/CL86"
)
@PostMapping
(
"/
jk/
CL86"
)
InnerRes
<
InnerResCL86
>
callCL86
(
InnerReq
<
InnerReqCL86
>
innerReqCL86
);
InnerRes
<
InnerResCL86
>
callCL86
(
InnerReq
<
InnerReqCL86
>
innerReqCL86
);
/**
/**
...
@@ -27,7 +27,7 @@ public interface InnerClmServer {
...
@@ -27,7 +27,7 @@ public interface InnerClmServer {
* @param innerReqCL40
* @param innerReqCL40
* @return
* @return
*/
*/
@PostMapping
(
"/CL40"
)
@PostMapping
(
"/
jk/
CL40"
)
InnerRes
<
InnerResCL40
>
callCL40
(
InnerReq
<
InnerReqCL40
>
innerReqCL40
);
InnerRes
<
InnerResCL40
>
callCL40
(
InnerReq
<
InnerReqCL40
>
innerReqCL40
);
/**
/**
...
@@ -36,7 +36,7 @@ public interface InnerClmServer {
...
@@ -36,7 +36,7 @@ public interface InnerClmServer {
* @param innerReqCL41
* @param innerReqCL41
* @return
* @return
*/
*/
@PostMapping
(
"/CL41"
)
@PostMapping
(
"/
jk/
CL41"
)
InnerRes
<
InnerResCL41
>
callCL41
(
InnerReq
<
InnerReqCL41
>
innerReqCL41
);
InnerRes
<
InnerResCL41
>
callCL41
(
InnerReq
<
InnerReqCL41
>
innerReqCL41
);
/**
/**
...
@@ -45,7 +45,7 @@ public interface InnerClmServer {
...
@@ -45,7 +45,7 @@ public interface InnerClmServer {
* @param innerReqCL42
* @param innerReqCL42
* @return
* @return
*/
*/
@PostMapping
(
"/CL42"
)
@PostMapping
(
"/
jk/
CL42"
)
InnerRes
<
InnerResCL42
>
callCL42
(
InnerReq
<
InnerReqCL42
>
innerReqCL42
);
InnerRes
<
InnerResCL42
>
callCL42
(
InnerReq
<
InnerReqCL42
>
innerReqCL42
);
/**
/**
...
@@ -54,7 +54,7 @@ public interface InnerClmServer {
...
@@ -54,7 +54,7 @@ public interface InnerClmServer {
* @param innerReqCL43
* @param innerReqCL43
* @return
* @return
*/
*/
@PostMapping
(
"/CL43"
)
@PostMapping
(
"/
jk/
CL43"
)
InnerRes
<
InnerResCL43
>
callCL43
(
InnerReq
<
InnerReqCL43
>
innerReqCL43
);
InnerRes
<
InnerResCL43
>
callCL43
(
InnerReq
<
InnerReqCL43
>
innerReqCL43
);
/**
/**
...
@@ -63,7 +63,7 @@ public interface InnerClmServer {
...
@@ -63,7 +63,7 @@ public interface InnerClmServer {
* @param innerReqCL44
* @param innerReqCL44
* @return
* @return
*/
*/
@PostMapping
(
"/CL44"
)
@PostMapping
(
"/
jk/
CL44"
)
InnerRes
<
InnerResCL44
>
callCL44
(
InnerReq
<
InnerReqCL44
>
innerReqCL44
);
InnerRes
<
InnerResCL44
>
callCL44
(
InnerReq
<
InnerReqCL44
>
innerReqCL44
);
/**
/**
...
@@ -72,7 +72,7 @@ public interface InnerClmServer {
...
@@ -72,7 +72,7 @@ public interface InnerClmServer {
* @param innerReqCL45
* @param innerReqCL45
* @return
* @return
*/
*/
@PostMapping
(
"/CL45"
)
@PostMapping
(
"/
jk/
CL45"
)
InnerRes
<
InnerResCL45
>
callCL45
(
InnerReq
<
InnerReqCL45
>
innerReqCL45
);
InnerRes
<
InnerResCL45
>
callCL45
(
InnerReq
<
InnerReqCL45
>
innerReqCL45
);
/**
/**
...
@@ -81,7 +81,7 @@ public interface InnerClmServer {
...
@@ -81,7 +81,7 @@ public interface InnerClmServer {
* @param innerReqCL81
* @param innerReqCL81
* @return
* @return
*/
*/
@PostMapping
(
"/CL81"
)
@PostMapping
(
"/
jk/
CL81"
)
InnerRes
<
InnerResCL81
>
callCL81
(
InnerReq
<
InnerReqCL81
>
innerReqCL81
);
InnerRes
<
InnerResCL81
>
callCL81
(
InnerReq
<
InnerReqCL81
>
innerReqCL81
);
/**
/**
...
@@ -90,7 +90,7 @@ public interface InnerClmServer {
...
@@ -90,7 +90,7 @@ public interface InnerClmServer {
* @param innerReqCL82
* @param innerReqCL82
* @return
* @return
*/
*/
@PostMapping
(
"/CL82"
)
@PostMapping
(
"/
jk/
CL82"
)
InnerRes
<
InnerResCL82
>
callCL82
(
InnerReq
<
InnerReqCL82
>
innerReqCL82
);
InnerRes
<
InnerResCL82
>
callCL82
(
InnerReq
<
InnerReqCL82
>
innerReqCL82
);
/**
/**
...
@@ -99,7 +99,7 @@ public interface InnerClmServer {
...
@@ -99,7 +99,7 @@ public interface InnerClmServer {
* @param innerReqCL83
* @param innerReqCL83
* @return
* @return
*/
*/
@PostMapping
(
"/CL83"
)
@PostMapping
(
"/
jk/
CL83"
)
InnerRes
<
InnerResCL83
>
callCL83
(
InnerReq
<
InnerReqCL83
>
innerReqCL83
);
InnerRes
<
InnerResCL83
>
callCL83
(
InnerReq
<
InnerReqCL83
>
innerReqCL83
);
/**
/**
...
@@ -108,7 +108,7 @@ public interface InnerClmServer {
...
@@ -108,7 +108,7 @@ public interface InnerClmServer {
* @param innerReqCL85
* @param innerReqCL85
* @return
* @return
*/
*/
@PostMapping
(
"/CL85"
)
@PostMapping
(
"/
jk/
CL85"
)
InnerRes
<
InnerResCL85
>
callCL85
(
InnerReq
<
InnerReqCL85
>
innerReqCL85
);
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 {
...
@@ -18,6 +18,6 @@ public interface InnerComsServer {
/**
/**
* CS06 抵质押物详细信息查询交易
* CS06 抵质押物详细信息查询交易
*/
*/
@PostMapping
(
"/CS06"
)
@PostMapping
(
"/
jk/
CS06"
)
InnerRes
<
InnerResCS06
>
callCS06
(
InnerReq
<
InnerReqCS06
>
innerReqCS06
);
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 {
...
@@ -21,6 +21,6 @@ public interface InnerCpmServer {
* @param innerReqCPC3
* @param innerReqCPC3
* @return
* @return
*/
*/
@PostMapping
(
"/CPC3"
)
@PostMapping
(
"/
jk/
CPC3"
)
InnerRes
<
InnerResCPC3
>
callCPC3
(
InnerReq
<
InnerReqCPC3
>
innerReqCPC3
);
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 {
...
@@ -18,7 +18,7 @@ public interface InnerEbmpServer {
* @param innerReq6603
* @param innerReq6603
* @return
* @return
*/
*/
@PostMapping
(
"/6603"
)
@PostMapping
(
"/
jk/
6603"
)
InnerRes
<
InnerRes6603
>
call6603
(
InnerReq
<
InnerReq6603
>
innerReq6603
);
InnerRes
<
InnerRes6603
>
call6603
(
InnerReq
<
InnerReq6603
>
innerReq6603
);
...
@@ -28,7 +28,7 @@ public interface InnerEbmpServer {
...
@@ -28,7 +28,7 @@ public interface InnerEbmpServer {
* @param innerReq6605
* @param innerReq6605
* @return
* @return
*/
*/
@PostMapping
(
"/6605"
)
@PostMapping
(
"/
jk/
6605"
)
InnerRes
<
InnerRes6605
>
call6605
(
InnerReq
<
InnerReq6605
>
innerReq6605
);
InnerRes
<
InnerRes6605
>
call6605
(
InnerReq
<
InnerReq6605
>
innerReq6605
);
/**
/**
...
@@ -37,7 +37,7 @@ public interface InnerEbmpServer {
...
@@ -37,7 +37,7 @@ public interface InnerEbmpServer {
* @param innerReqSF03
* @param innerReqSF03
* @return
* @return
*/
*/
@PostMapping
(
"/SF03"
)
@PostMapping
(
"/
jk/
SF03"
)
InnerRes
<
InnerResSF03
>
callSF03
(
InnerReq
<
InnerReqSF03
>
innerReqSF03
);
InnerRes
<
InnerResSF03
>
callSF03
(
InnerReq
<
InnerReqSF03
>
innerReqSF03
);
/**
/**
...
@@ -46,7 +46,7 @@ public interface InnerEbmpServer {
...
@@ -46,7 +46,7 @@ public interface InnerEbmpServer {
* @param innerReqZM01
* @param innerReqZM01
* @return
* @return
*/
*/
@PostMapping
(
"/ZM01"
)
@PostMapping
(
"/
jk/
ZM01"
)
InnerRes
<
InnerResZM01
>
callZM01
(
InnerReq
<
InnerReqZM01
>
innerReqZM01
);
InnerRes
<
InnerResZM01
>
callZM01
(
InnerReq
<
InnerReqZM01
>
innerReqZM01
);
/**
/**
...
@@ -55,7 +55,7 @@ public interface InnerEbmpServer {
...
@@ -55,7 +55,7 @@ public interface InnerEbmpServer {
* @param innerReqTM01
* @param innerReqTM01
* @return
* @return
*/
*/
@PostMapping
(
"/TM01"
)
@PostMapping
(
"/
jk/
TM01"
)
InnerRes
<
InnerResTM01
>
callTM01
(
InnerReq
<
InnerReqTM01
>
innerReqTM01
);
InnerRes
<
InnerResTM01
>
callTM01
(
InnerReq
<
InnerReqTM01
>
innerReqTM01
);
/**
/**
...
@@ -64,7 +64,7 @@ public interface InnerEbmpServer {
...
@@ -64,7 +64,7 @@ public interface InnerEbmpServer {
* @param innerReq6702
* @param innerReq6702
* @return
* @return
*/
*/
@PostMapping
(
"/6702"
)
@PostMapping
(
"/
jk/
6702"
)
InnerRes
<
InnerRes6702
>
call6702
(
InnerReq
<
InnerReq6702
>
innerReq6702
);
InnerRes
<
InnerRes6702
>
call6702
(
InnerReq
<
InnerReq6702
>
innerReq6702
);
/**
/**
...
@@ -73,7 +73,7 @@ public interface InnerEbmpServer {
...
@@ -73,7 +73,7 @@ public interface InnerEbmpServer {
* @param innerReq6703
* @param innerReq6703
* @return
* @return
*/
*/
@PostMapping
(
"/6703"
)
@PostMapping
(
"/
jk/
6703"
)
InnerRes
<
InnerRes6703
>
call6703
(
InnerReq
<
InnerReq6703
>
innerReq6703
);
InnerRes
<
InnerRes6703
>
call6703
(
InnerReq
<
InnerReq6703
>
innerReq6703
);
/**
/**
...
@@ -82,7 +82,7 @@ public interface InnerEbmpServer {
...
@@ -82,7 +82,7 @@ public interface InnerEbmpServer {
* @param innerReq6704
* @param innerReq6704
* @return
* @return
*/
*/
@PostMapping
(
"/6704"
)
@PostMapping
(
"/
jk/
6704"
)
InnerRes
<
InnerRes6704
>
call6704
(
InnerReq
<
InnerReq6704
>
innerReq6704
);
InnerRes
<
InnerRes6704
>
call6704
(
InnerReq
<
InnerReq6704
>
innerReq6704
);
/**
/**
...
@@ -91,7 +91,7 @@ public interface InnerEbmpServer {
...
@@ -91,7 +91,7 @@ public interface InnerEbmpServer {
* @param innerReq6706
* @param innerReq6706
* @return
* @return
*/
*/
@PostMapping
(
"/6706"
)
@PostMapping
(
"/
jk/
6706"
)
InnerRes
<
InnerRes6706
>
call6706
(
InnerReq
<
InnerReq6706
>
innerReq6706
);
InnerRes
<
InnerRes6706
>
call6706
(
InnerReq
<
InnerReq6706
>
innerReq6706
);
/**
/**
...
@@ -100,7 +100,7 @@ public interface InnerEbmpServer {
...
@@ -100,7 +100,7 @@ public interface InnerEbmpServer {
* @param innerReq6802
* @param innerReq6802
* @return
* @return
*/
*/
@PostMapping
(
"/6802"
)
@PostMapping
(
"/
jk/
6802"
)
InnerRes
<
InnerRes6802
>
call6802
(
InnerReq
<
InnerReq6802
>
innerReq6802
);
InnerRes
<
InnerRes6802
>
call6802
(
InnerReq
<
InnerReq6802
>
innerReq6802
);
/**
/**
...
@@ -109,7 +109,7 @@ public interface InnerEbmpServer {
...
@@ -109,7 +109,7 @@ public interface InnerEbmpServer {
* @param innerReq6803
* @param innerReq6803
* @return
* @return
*/
*/
@PostMapping
(
"/6803"
)
@PostMapping
(
"/
jk/
6803"
)
InnerRes
<
InnerRes6803
>
call6803
(
InnerReq
<
InnerReq6803
>
innerReq6803
);
InnerRes
<
InnerRes6803
>
call6803
(
InnerReq
<
InnerReq6803
>
innerReq6803
);
/**
/**
...
@@ -118,7 +118,7 @@ public interface InnerEbmpServer {
...
@@ -118,7 +118,7 @@ public interface InnerEbmpServer {
* @param innerReq6804
* @param innerReq6804
* @return
* @return
*/
*/
@PostMapping
(
"/6804"
)
@PostMapping
(
"/
jk/
6804"
)
InnerRes
<
InnerRes6804
>
call6804
(
InnerReq
<
InnerReq6804
>
innerReq6804
);
InnerRes
<
InnerRes6804
>
call6804
(
InnerReq
<
InnerReq6804
>
innerReq6804
);
/**
/**
...
@@ -127,7 +127,7 @@ public interface InnerEbmpServer {
...
@@ -127,7 +127,7 @@ public interface InnerEbmpServer {
* @param innerReq6806
* @param innerReq6806
* @return
* @return
*/
*/
@PostMapping
(
"/6806"
)
@PostMapping
(
"/
jk/
6806"
)
InnerRes
<
InnerRes6806
>
call6806
(
InnerReq
<
InnerReq6806
>
innerReq6806
);
InnerRes
<
InnerRes6806
>
call6806
(
InnerReq
<
InnerReq6806
>
innerReq6806
);
/**
/**
...
@@ -136,7 +136,7 @@ public interface InnerEbmpServer {
...
@@ -136,7 +136,7 @@ public interface InnerEbmpServer {
* @param innerReq6902
* @param innerReq6902
* @return
* @return
*/
*/
@PostMapping
(
"/6902"
)
@PostMapping
(
"/
jk/
6902"
)
InnerRes
<
InnerRes6902
>
call6902
(
InnerReq
<
InnerReq6902
>
innerReq6902
);
InnerRes
<
InnerRes6902
>
call6902
(
InnerReq
<
InnerReq6902
>
innerReq6902
);
/**
/**
...
@@ -145,6 +145,6 @@ public interface InnerEbmpServer {
...
@@ -145,6 +145,6 @@ public interface InnerEbmpServer {
* @param innerReq6903
* @param innerReq6903
* @return
* @return
*/
*/
@PostMapping
(
"/6903"
)
@PostMapping
(
"/
jk/
6903"
)
InnerRes
<
InnerRes6903
>
call6903
(
InnerReq
<
InnerReq6903
>
innerReq6903
);
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 {
...
@@ -19,7 +19,7 @@ public interface InnerEcifServer {
* @param innerReq0904
* @param innerReq0904
* @return
* @return
*/
*/
@PostMapping
(
"/0904"
)
@PostMapping
(
"/
jk/
0904"
)
InnerRes
<
InnerRes0904
>
call0904
(
InnerReq
<
InnerReq0904
>
innerReq0904
);
InnerRes
<
InnerRes0904
>
call0904
(
InnerReq
<
InnerReq0904
>
innerReq0904
);
/**
/**
...
@@ -28,7 +28,7 @@ public interface InnerEcifServer {
...
@@ -28,7 +28,7 @@ public interface InnerEcifServer {
* @param innerReq0905
* @param innerReq0905
* @return
* @return
*/
*/
@PostMapping
(
"/0905"
)
@PostMapping
(
"/
jk/
0905"
)
InnerRes
<
InnerRes0905
>
call0905
(
InnerReq
<
InnerReq0905
>
innerReq0905
);
InnerRes
<
InnerRes0905
>
call0905
(
InnerReq
<
InnerReq0905
>
innerReq0905
);
/**
/**
...
@@ -37,7 +37,7 @@ public interface InnerEcifServer {
...
@@ -37,7 +37,7 @@ public interface InnerEcifServer {
* @param innerReq0930
* @param innerReq0930
* @return
* @return
*/
*/
@PostMapping
(
"/0930"
)
@PostMapping
(
"/
jk/
0930"
)
InnerRes
<
InnerRes0930
>
call0930
(
InnerReq
<
InnerReq0930
>
innerReq0930
);
InnerRes
<
InnerRes0930
>
call0930
(
InnerReq
<
InnerReq0930
>
innerReq0930
);
/**
/**
...
@@ -46,6 +46,6 @@ public interface InnerEcifServer {
...
@@ -46,6 +46,6 @@ public interface InnerEcifServer {
* @param innerReq0958
* @param innerReq0958
* @return
* @return
*/
*/
@PostMapping
(
"/0958"
)
@PostMapping
(
"/
jk/
0958"
)
InnerRes
<
InnerRes0958
>
call0958
(
InnerReq
<
InnerReq0958
>
innerReq0958
);
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 {
...
@@ -18,7 +18,7 @@ public interface InnerEjsServer {
* @param innerReqEtradefbk
* @param innerReqEtradefbk
* @return
* @return
*/
*/
@PostMapping
(
"/etradefbk"
)
@PostMapping
(
"/
jk/
etradefbk"
)
public
InnerRes
<
InnerResEtradefbk
>
callFbk
(
InnerReq
<
InnerReqEtradefbk
>
innerReqEtradefbk
);
public
InnerRes
<
InnerResEtradefbk
>
callFbk
(
InnerReq
<
InnerReqEtradefbk
>
innerReqEtradefbk
);
/**
/**
...
@@ -27,7 +27,7 @@ public interface InnerEjsServer {
...
@@ -27,7 +27,7 @@ public interface InnerEjsServer {
* @param innerReqHrztcx
* @param innerReqHrztcx
* @return
* @return
*/
*/
@PostMapping
(
"/hrztcx"
)
@PostMapping
(
"/
jk/
hrztcx"
)
public
InnerRes
<
InnerResHrztcx
>
callTcx
(
InnerReq
<
InnerReqHrztcx
>
innerReqHrztcx
);
public
InnerRes
<
InnerResHrztcx
>
callTcx
(
InnerReq
<
InnerReqHrztcx
>
innerReqHrztcx
);
/**
/**
...
@@ -36,7 +36,7 @@ public interface InnerEjsServer {
...
@@ -36,7 +36,7 @@ public interface InnerEjsServer {
* @param innerReqEtradeSyncxm
* @param innerReqEtradeSyncxm
* @return
* @return
*/
*/
@PostMapping
(
"/etradeSyncxm"
)
@PostMapping
(
"/
jk/
etradeSyncxm"
)
public
InnerRes
<
InnerResEtradeSyncxm
>
callEtradeSyncxm
(
InnerReq
<
InnerReqEtradeSyncxm
>
innerReqEtradeSyncxm
);
public
InnerRes
<
InnerResEtradeSyncxm
>
callEtradeSyncxm
(
InnerReq
<
InnerReqEtradeSyncxm
>
innerReqEtradeSyncxm
);
/**
/**
...
@@ -45,7 +45,7 @@ public interface InnerEjsServer {
...
@@ -45,7 +45,7 @@ public interface InnerEjsServer {
* @param innerReqEtradeGe34
* @param innerReqEtradeGe34
* @return
* @return
*/
*/
@PostMapping
(
"/etradeGe34"
)
@PostMapping
(
"/
jk/
etradeGe34"
)
public
InnerRes
<
InnerResEtradeGe34
>
callEtradeGe34
(
InnerReq
<
InnerReqEtradeGe34
>
innerReqEtradeGe34
);
public
InnerRes
<
InnerResEtradeGe34
>
callEtradeGe34
(
InnerReq
<
InnerReqEtradeGe34
>
innerReqEtradeGe34
);
/**
/**
...
@@ -54,6 +54,6 @@ public interface InnerEjsServer {
...
@@ -54,6 +54,6 @@ public interface InnerEjsServer {
* @param innerReqEtradeGe39
* @param innerReqEtradeGe39
* @return
* @return
*/
*/
@PostMapping
(
"/etradeGe39"
)
@PostMapping
(
"/
jk/
etradeGe39"
)
public
InnerRes
<
InnerResEtradeGe39
>
callEtradeGe39
(
InnerReq
<
InnerReqEtradeGe39
>
innerReqEtradeGe39
);
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 {
...
@@ -21,7 +21,7 @@ public interface InnerEmbfeServer {
* @param innerReqDzw1
* @param innerReqDzw1
* @return
* @return
*/
*/
@PostMapping
(
"/DZW1"
)
@PostMapping
(
"/
jk/
DZW1"
)
InnerRes
<
InnerResDzw1
>
callDZW1
(
InnerReq
<
InnerReqDzw1
>
innerReqDzw1
);
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 {
...
@@ -18,7 +18,7 @@ public interface InnerGmgfServer {
* @param innerReqGe57
* @param innerReqGe57
* @return
* @return
*/
*/
@PostMapping
(
"/GE57"
)
@PostMapping
(
"/
jk/
GE57"
)
InnerRes
<
InnerResGe57
>
callGe57
(
InnerReq
<
InnerReqGe57
>
innerReqGe57
);
InnerRes
<
InnerResGe57
>
callGe57
(
InnerReq
<
InnerReqGe57
>
innerReqGe57
);
/**
/**
...
@@ -27,7 +27,7 @@ public interface InnerGmgfServer {
...
@@ -27,7 +27,7 @@ public interface InnerGmgfServer {
* @param innerReqGe59
* @param innerReqGe59
* @return
* @return
*/
*/
@PostMapping
(
"/GE59"
)
@PostMapping
(
"/
jk/
GE59"
)
InnerRes
<
InnerResGe59
>
callGe59
(
InnerReq
<
InnerReqGe59
>
innerReqGe59
);
InnerRes
<
InnerResGe59
>
callGe59
(
InnerReq
<
InnerReqGe59
>
innerReqGe59
);
/**
/**
...
@@ -36,7 +36,7 @@ public interface InnerGmgfServer {
...
@@ -36,7 +36,7 @@ public interface InnerGmgfServer {
* @param innerReqGe67
* @param innerReqGe67
* @return
* @return
*/
*/
@PostMapping
(
"/GE67"
)
@PostMapping
(
"/
jk/
GE67"
)
InnerRes
<
InnerResGe67
>
callGe67
(
InnerReq
<
InnerReqGe67
>
innerReqGe67
);
InnerRes
<
InnerResGe67
>
callGe67
(
InnerReq
<
InnerReqGe67
>
innerReqGe67
);
/**
/**
...
@@ -45,6 +45,6 @@ public interface InnerGmgfServer {
...
@@ -45,6 +45,6 @@ public interface InnerGmgfServer {
* @param innerReqGe69
* @param innerReqGe69
* @return
* @return
*/
*/
@PostMapping
(
"/GE69"
)
@PostMapping
(
"/
jk/
GE69"
)
InnerRes
<
InnerResGe69
>
callGe69
(
InnerReq
<
InnerReqGe69
>
innerReqGe69
);
InnerRes
<
InnerResGe69
>
callGe69
(
InnerReq
<
InnerReqGe69
>
innerReqGe69
);
}
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerHxServer.java
View file @
6b950701
...
@@ -9,8 +9,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
...
@@ -9,8 +9,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
*
*
* @restApi
* @restApi
*/
*/
//@RequestMapping("/jk")
public
interface
InnerHxServer
{
public
interface
InnerHxServer
{
/**
/**
* 0208 账号查询
* 0208 账号查询
...
@@ -18,7 +16,7 @@ public interface InnerHxServer {
...
@@ -18,7 +16,7 @@ public interface InnerHxServer {
* @param innerReq0208
* @param innerReq0208
* @return
* @return
*/
*/
@PostMapping
(
"/0208"
)
@PostMapping
(
"/
jk/
0208"
)
InnerRes
<
InnerRes0208
>
call0208
(
InnerReq
<
InnerReq0208
>
innerReq0208
);
InnerRes
<
InnerRes0208
>
call0208
(
InnerReq
<
InnerReq0208
>
innerReq0208
);
/**
/**
...
@@ -27,7 +25,7 @@ public interface InnerHxServer {
...
@@ -27,7 +25,7 @@ public interface InnerHxServer {
* @param innerReq4309
* @param innerReq4309
* @return
* @return
*/
*/
@PostMapping
(
"/4309"
)
@PostMapping
(
"/
jk/
4309"
)
InnerRes
<
InnerRes4309
>
call4309
(
InnerReq
<
InnerReq4309
>
innerReq4309
);
InnerRes
<
InnerRes4309
>
call4309
(
InnerReq
<
InnerReq4309
>
innerReq4309
);
/**
/**
...
@@ -36,7 +34,7 @@ public interface InnerHxServer {
...
@@ -36,7 +34,7 @@ public interface InnerHxServer {
* @param innerReq6311
* @param innerReq6311
* @return
* @return
*/
*/
@PostMapping
(
"/6311"
)
@PostMapping
(
"/
jk/
6311"
)
InnerRes
<
InnerRes6311
>
call6311
(
InnerReq
<
InnerReq6311
>
innerReq6311
);
InnerRes
<
InnerRes6311
>
call6311
(
InnerReq
<
InnerReq6311
>
innerReq6311
);
/**
/**
...
@@ -45,7 +43,7 @@ public interface InnerHxServer {
...
@@ -45,7 +43,7 @@ public interface InnerHxServer {
* @param innerReq6157
* @param innerReq6157
* @return
* @return
*/
*/
@PostMapping
(
"/6157"
)
@PostMapping
(
"/
jk/
6157"
)
InnerRes
<
InnerRes6157
>
call6157
(
InnerReq
<
InnerReq6157
>
innerReq6157
);
InnerRes
<
InnerRes6157
>
call6157
(
InnerReq
<
InnerReq6157
>
innerReq6157
);
/**
/**
...
@@ -54,7 +52,7 @@ public interface InnerHxServer {
...
@@ -54,7 +52,7 @@ public interface InnerHxServer {
* @param innerReq2571
* @param innerReq2571
* @return
* @return
*/
*/
@PostMapping
(
"/2571"
)
@PostMapping
(
"/
jk/
2571"
)
InnerRes
<
InnerRes2571
>
call2571
(
InnerReq
<
InnerReq2571
>
innerReq2571
);
InnerRes
<
InnerRes2571
>
call2571
(
InnerReq
<
InnerReq2571
>
innerReq2571
);
/**
/**
...
@@ -63,7 +61,7 @@ public interface InnerHxServer {
...
@@ -63,7 +61,7 @@ public interface InnerHxServer {
* @param innerReq9011
* @param innerReq9011
* @return
* @return
*/
*/
@PostMapping
(
"/9011"
)
@PostMapping
(
"/
jk/
9011"
)
InnerRes
<
InnerRes9011
>
call9011
(
InnerReq
<
InnerReq9011
>
innerReq9011
);
InnerRes
<
InnerRes9011
>
call9011
(
InnerReq
<
InnerReq9011
>
innerReq9011
);
/**
/**
...
@@ -72,7 +70,7 @@ public interface InnerHxServer {
...
@@ -72,7 +70,7 @@ public interface InnerHxServer {
* @param innerReq4102
* @param innerReq4102
* @return
* @return
*/
*/
@PostMapping
(
"/4102"
)
@PostMapping
(
"/
jk/
4102"
)
InnerRes
<
InnerRes4102
>
call4102
(
InnerReq
<
InnerReq4102
>
innerReq4102
);
InnerRes
<
InnerRes4102
>
call4102
(
InnerReq
<
InnerReq4102
>
innerReq4102
);
/**
/**
...
@@ -81,7 +79,7 @@ public interface InnerHxServer {
...
@@ -81,7 +79,7 @@ public interface InnerHxServer {
* @param innerReq4203
* @param innerReq4203
* @return
* @return
*/
*/
@PostMapping
(
"/4203"
)
@PostMapping
(
"/
jk/
4203"
)
InnerRes
<
InnerRes4203
>
call4203
(
InnerReq
<
InnerReq4203
>
innerReq4203
);
InnerRes
<
InnerRes4203
>
call4203
(
InnerReq
<
InnerReq4203
>
innerReq4203
);
/**
/**
...
@@ -90,7 +88,7 @@ public interface InnerHxServer {
...
@@ -90,7 +88,7 @@ public interface InnerHxServer {
* @param innerReq4316
* @param innerReq4316
* @return
* @return
*/
*/
@PostMapping
(
"/4316"
)
@PostMapping
(
"/
jk/
4316"
)
InnerRes
<
InnerRes4316
>
call4316
(
InnerReq
<
InnerReq4316
>
innerReq4316
);
InnerRes
<
InnerRes4316
>
call4316
(
InnerReq
<
InnerReq4316
>
innerReq4316
);
...
@@ -100,7 +98,7 @@ public interface InnerHxServer {
...
@@ -100,7 +98,7 @@ public interface InnerHxServer {
* @param innerReq4317
* @param innerReq4317
* @return
* @return
*/
*/
@PostMapping
(
"/4317"
)
@PostMapping
(
"/
jk/
4317"
)
InnerRes
<
InnerRes4317
>
call4317
(
InnerReq
<
InnerReq4317
>
innerReq4317
);
InnerRes
<
InnerRes4317
>
call4317
(
InnerReq
<
InnerReq4317
>
innerReq4317
);
...
@@ -110,7 +108,7 @@ public interface InnerHxServer {
...
@@ -110,7 +108,7 @@ public interface InnerHxServer {
* @param innerReq4338
* @param innerReq4338
* @return
* @return
*/
*/
@PostMapping
(
"/4338"
)
@PostMapping
(
"/
jk/
4338"
)
InnerRes
<
InnerRes4338
>
call4338
(
InnerReq
<
InnerReq4338
>
innerReq4338
);
InnerRes
<
InnerRes4338
>
call4338
(
InnerReq
<
InnerReq4338
>
innerReq4338
);
...
@@ -120,7 +118,7 @@ public interface InnerHxServer {
...
@@ -120,7 +118,7 @@ public interface InnerHxServer {
* @param innerReq4370
* @param innerReq4370
* @return
* @return
*/
*/
@PostMapping
(
"/4370"
)
@PostMapping
(
"/
jk/
4370"
)
InnerRes
<
InnerRes4370
>
call4370
(
InnerReq
<
InnerReq4370
>
innerReq4370
);
InnerRes
<
InnerRes4370
>
call4370
(
InnerReq
<
InnerReq4370
>
innerReq4370
);
...
@@ -130,7 +128,7 @@ public interface InnerHxServer {
...
@@ -130,7 +128,7 @@ public interface InnerHxServer {
* @param innerReq8003
* @param innerReq8003
* @return
* @return
*/
*/
@PostMapping
(
"/8003"
)
@PostMapping
(
"/
jk/
8003"
)
InnerRes
<
InnerRes8003
>
call8003
(
InnerReq
<
InnerReq8003
>
innerReq8003
);
InnerRes
<
InnerRes8003
>
call8003
(
InnerReq
<
InnerReq8003
>
innerReq8003
);
...
@@ -140,7 +138,7 @@ public interface InnerHxServer {
...
@@ -140,7 +138,7 @@ public interface InnerHxServer {
* @param innerReq9509
* @param innerReq9509
* @return
* @return
*/
*/
@PostMapping
(
"/9509"
)
@PostMapping
(
"/
jk/
9509"
)
InnerRes
<
InnerRes9509
>
call9509
(
InnerReq
<
InnerReq9509
>
innerReq9509
);
InnerRes
<
InnerRes9509
>
call9509
(
InnerReq
<
InnerReq9509
>
innerReq9509
);
/**
/**
...
@@ -149,7 +147,7 @@ public interface InnerHxServer {
...
@@ -149,7 +147,7 @@ public interface InnerHxServer {
* @param innerReq7704
* @param innerReq7704
* @return
* @return
*/
*/
@PostMapping
(
"/7704"
)
@PostMapping
(
"/
jk/
7704"
)
InnerRes
<
InnerRes7704
>
call7704
(
InnerReq
<
InnerReq7704
>
innerReq7704
);
InnerRes
<
InnerRes7704
>
call7704
(
InnerReq
<
InnerReq7704
>
innerReq7704
);
/**
/**
...
@@ -159,7 +157,7 @@ public interface InnerHxServer {
...
@@ -159,7 +157,7 @@ public interface InnerHxServer {
* @param innerReq7794
* @param innerReq7794
* @return
* @return
*/
*/
@PostMapping
(
"/7794"
)
@PostMapping
(
"/
jk/
7794"
)
InnerRes
<
InnerRes7794
>
call7794
(
InnerReq
<
InnerReq7794
>
innerReq7794
);
InnerRes
<
InnerRes7794
>
call7794
(
InnerReq
<
InnerReq7794
>
innerReq7794
);
/**
/**
...
@@ -168,7 +166,7 @@ public interface InnerHxServer {
...
@@ -168,7 +166,7 @@ public interface InnerHxServer {
* @param innerReq7708
* @param innerReq7708
* @return
* @return
*/
*/
@PostMapping
(
"/7708"
)
@PostMapping
(
"/
jk/
7708"
)
InnerRes
<
InnerRes7708
>
call7708
(
InnerReq
<
InnerReq7708
>
innerReq7708
);
InnerRes
<
InnerRes7708
>
call7708
(
InnerReq
<
InnerReq7708
>
innerReq7708
);
...
@@ -178,7 +176,7 @@ public interface InnerHxServer {
...
@@ -178,7 +176,7 @@ public interface InnerHxServer {
* @param innerReq7759
* @param innerReq7759
* @return
* @return
*/
*/
@PostMapping
(
"/7759"
)
@PostMapping
(
"/
jk/
7759"
)
InnerRes
<
InnerCommpose7759Res
>
call7759
(
InnerReq
<
InnerReq7759
>
innerReq7759
);
InnerRes
<
InnerCommpose7759Res
>
call7759
(
InnerReq
<
InnerReq7759
>
innerReq7759
);
...
@@ -188,7 +186,7 @@ public interface InnerHxServer {
...
@@ -188,7 +186,7 @@ public interface InnerHxServer {
* @param innerReq6153
* @param innerReq6153
* @return
* @return
*/
*/
@PostMapping
(
"/6153"
)
@PostMapping
(
"/
jk/
6153"
)
InnerRes
<
InnerCommpose6153Res
>
call6153
(
InnerReq
<
InnerReq6153
>
innerReq6153
);
InnerRes
<
InnerCommpose6153Res
>
call6153
(
InnerReq
<
InnerReq6153
>
innerReq6153
);
...
@@ -198,7 +196,7 @@ public interface InnerHxServer {
...
@@ -198,7 +196,7 @@ public interface InnerHxServer {
* @param innerReq5006
* @param innerReq5006
* @return
* @return
*/
*/
@PostMapping
(
"/5006"
)
@PostMapping
(
"/
jk/
5006"
)
InnerRes
<
InnerRes5006
>
call5006
(
InnerReq
<
InnerReq5006
>
innerReq5006
);
InnerRes
<
InnerRes5006
>
call5006
(
InnerReq
<
InnerReq5006
>
innerReq5006
);
...
@@ -208,7 +206,7 @@ public interface InnerHxServer {
...
@@ -208,7 +206,7 @@ public interface InnerHxServer {
* @param innerReq8002
* @param innerReq8002
* @return
* @return
*/
*/
@PostMapping
(
"/8002"
)
@PostMapping
(
"/
jk/
8002"
)
InnerRes
<
InnerCommpose8002Res
>
call8002
(
InnerReq
<
InnerReq8002
>
innerReq8002
);
InnerRes
<
InnerCommpose8002Res
>
call8002
(
InnerReq
<
InnerReq8002
>
innerReq8002
);
/**
/**
...
@@ -217,7 +215,7 @@ public interface InnerHxServer {
...
@@ -217,7 +215,7 @@ public interface InnerHxServer {
* @param innerReq8129
* @param innerReq8129
* @return
* @return
*/
*/
@PostMapping
(
"/8129"
)
@PostMapping
(
"/
jk/
8129"
)
InnerRes
<
InnerRes8129
>
call8129
(
InnerReq
<
InnerReq8129
>
innerReq8129
);
InnerRes
<
InnerRes8129
>
call8129
(
InnerReq
<
InnerReq8129
>
innerReq8129
);
/**
/**
...
@@ -226,7 +224,7 @@ public interface InnerHxServer {
...
@@ -226,7 +224,7 @@ public interface InnerHxServer {
* @param innerReq8023
* @param innerReq8023
* @return
* @return
*/
*/
@PostMapping
(
"/8023"
)
@PostMapping
(
"/
jk/
8023"
)
InnerRes
<
InnerRes8023
>
call8023
(
InnerReq
<
InnerReq8023
>
innerReq8023
);
InnerRes
<
InnerRes8023
>
call8023
(
InnerReq
<
InnerReq8023
>
innerReq8023
);
/**
/**
...
@@ -235,7 +233,7 @@ public interface InnerHxServer {
...
@@ -235,7 +233,7 @@ public interface InnerHxServer {
* @param innerReq8091
* @param innerReq8091
* @return
* @return
*/
*/
@PostMapping
(
"/8091"
)
@PostMapping
(
"/
jk/
8091"
)
InnerRes
<
InnerRes8091
>
call8091
(
InnerReq
<
InnerReq8091
>
innerReq8091
);
InnerRes
<
InnerRes8091
>
call8091
(
InnerReq
<
InnerReq8091
>
innerReq8091
);
/**
/**
...
@@ -244,7 +242,7 @@ public interface InnerHxServer {
...
@@ -244,7 +242,7 @@ public interface InnerHxServer {
* @param innerReq8760
* @param innerReq8760
* @return
* @return
*/
*/
@PostMapping
(
"/8760"
)
@PostMapping
(
"/
jk/
8760"
)
InnerRes
<
InnerRes8760
>
call8760
(
InnerReq
<
InnerReq8760
>
innerReq8760
);
InnerRes
<
InnerRes8760
>
call8760
(
InnerReq
<
InnerReq8760
>
innerReq8760
);
/**
/**
...
@@ -253,7 +251,7 @@ public interface InnerHxServer {
...
@@ -253,7 +251,7 @@ public interface InnerHxServer {
* @param innerReq9215
* @param innerReq9215
* @return
* @return
*/
*/
@PostMapping
(
"/9215"
)
@PostMapping
(
"/
jk/
9215"
)
InnerRes
<
InnerRes9215
>
call9215
(
InnerReq
<
InnerReq9215
>
innerReq9215
);
InnerRes
<
InnerRes9215
>
call9215
(
InnerReq
<
InnerReq9215
>
innerReq9215
);
...
@@ -263,7 +261,7 @@ public interface InnerHxServer {
...
@@ -263,7 +261,7 @@ public interface InnerHxServer {
* @param innerReqC017
* @param innerReqC017
* @return
* @return
*/
*/
@PostMapping
(
"/C017"
)
@PostMapping
(
"/
jk/
C017"
)
InnerRes
<
InnerResC017
>
callC017
(
InnerReq
<
InnerReqC017
>
innerReqC017
);
InnerRes
<
InnerResC017
>
callC017
(
InnerReq
<
InnerReqC017
>
innerReqC017
);
/**
/**
...
@@ -272,7 +270,7 @@ public interface InnerHxServer {
...
@@ -272,7 +270,7 @@ public interface InnerHxServer {
* @param innerReq8590
* @param innerReq8590
* @return
* @return
*/
*/
@PostMapping
(
"/8590"
)
@PostMapping
(
"/
jk/
8590"
)
InnerRes
<
InnerRes8590
>
call8590
(
InnerReq
<
InnerReq8590
>
innerReq8590
);
InnerRes
<
InnerRes8590
>
call8590
(
InnerReq
<
InnerReq8590
>
innerReq8590
);
/**
/**
...
@@ -281,7 +279,7 @@ public interface InnerHxServer {
...
@@ -281,7 +279,7 @@ public interface InnerHxServer {
* @param innerReq8915
* @param innerReq8915
* @return
* @return
*/
*/
@PostMapping
(
"/8915"
)
@PostMapping
(
"/
jk/
8915"
)
InnerRes
<
InnerRes8915
>
call8915
(
InnerReq
<
InnerReq8915
>
innerReq8915
);
InnerRes
<
InnerRes8915
>
call8915
(
InnerReq
<
InnerReq8915
>
innerReq8915
);
/**
/**
...
@@ -290,7 +288,7 @@ public interface InnerHxServer {
...
@@ -290,7 +288,7 @@ public interface InnerHxServer {
* @param innerReq8910
* @param innerReq8910
* @return
* @return
*/
*/
@PostMapping
(
"/8910"
)
@PostMapping
(
"/
jk/
8910"
)
InnerRes
<
InnerCommpose8910Res
>
call8910
(
InnerReq
<
InnerReq8910
>
innerReq8910
);
InnerRes
<
InnerCommpose8910Res
>
call8910
(
InnerReq
<
InnerReq8910
>
innerReq8910
);
/**
/**
...
@@ -299,7 +297,7 @@ public interface InnerHxServer {
...
@@ -299,7 +297,7 @@ public interface InnerHxServer {
* @param innerReq8437
* @param innerReq8437
* @return
* @return
*/
*/
@PostMapping
(
"/8437"
)
@PostMapping
(
"/
jk/
8437"
)
InnerRes
<
InnerRes8437
>
call8437
(
InnerReq
<
InnerReq8437
>
innerReq8437
);
InnerRes
<
InnerRes8437
>
call8437
(
InnerReq
<
InnerReq8437
>
innerReq8437
);
/**
/**
...
@@ -308,7 +306,7 @@ public interface InnerHxServer {
...
@@ -308,7 +306,7 @@ public interface InnerHxServer {
* @param innerReq8995
* @param innerReq8995
* @return
* @return
*/
*/
@PostMapping
(
"/8995"
)
@PostMapping
(
"/
jk/
8995"
)
InnerRes
<
InnerRes8995
>
call8995
(
InnerReq
<
InnerReq8995
>
innerReq8995
);
InnerRes
<
InnerRes8995
>
call8995
(
InnerReq
<
InnerReq8995
>
innerReq8995
);
/**
/**
...
@@ -317,7 +315,7 @@ public interface InnerHxServer {
...
@@ -317,7 +315,7 @@ public interface InnerHxServer {
* @param innerReq8752
* @param innerReq8752
* @return
* @return
*/
*/
@PostMapping
(
"/8752"
)
@PostMapping
(
"/
jk/
8752"
)
InnerRes
<
InnerRes8752
>
call8752
(
InnerReq
<
InnerReq8752
>
innerReq8752
);
InnerRes
<
InnerRes8752
>
call8752
(
InnerReq
<
InnerReq8752
>
innerReq8752
);
/**
/**
...
@@ -326,7 +324,7 @@ public interface InnerHxServer {
...
@@ -326,7 +324,7 @@ public interface InnerHxServer {
* @param innerReq8755
* @param innerReq8755
* @return
* @return
*/
*/
@PostMapping
(
"/8755"
)
@PostMapping
(
"/
jk/
8755"
)
InnerRes
<
InnerRes8755
>
call8755
(
InnerReq
<
InnerReq8755
>
innerReq8755
);
InnerRes
<
InnerRes8755
>
call8755
(
InnerReq
<
InnerReq8755
>
innerReq8755
);
...
@@ -336,7 +334,7 @@ public interface InnerHxServer {
...
@@ -336,7 +334,7 @@ public interface InnerHxServer {
* @param innerReq8150
* @param innerReq8150
* @return
* @return
*/
*/
@PostMapping
(
"/8150"
)
@PostMapping
(
"/
jk/
8150"
)
InnerRes
<
InnerCommpose8150Res
>
call8150
(
InnerReq
<
InnerReq8150
>
innerReq8150
);
InnerRes
<
InnerCommpose8150Res
>
call8150
(
InnerReq
<
InnerReq8150
>
innerReq8150
);
/**
/**
...
@@ -345,7 +343,7 @@ public interface InnerHxServer {
...
@@ -345,7 +343,7 @@ public interface InnerHxServer {
* @param innerReq8416
* @param innerReq8416
* @return
* @return
*/
*/
@PostMapping
(
"/8416"
)
@PostMapping
(
"/
jk/
8416"
)
InnerRes
<
InnerCommpose8416Res
>
call8416
(
InnerReq
<
InnerReq8416
>
innerReq8416
);
InnerRes
<
InnerCommpose8416Res
>
call8416
(
InnerReq
<
InnerReq8416
>
innerReq8416
);
/**
/**
...
@@ -354,7 +352,7 @@ public interface InnerHxServer {
...
@@ -354,7 +352,7 @@ public interface InnerHxServer {
* @param innerReq8452
* @param innerReq8452
* @return
* @return
*/
*/
@PostMapping
(
"/8452"
)
@PostMapping
(
"/
jk/
8452"
)
InnerRes
<
InnerRes8452
>
call8452
(
InnerReq
<
InnerReq8452
>
innerReq8452
);
InnerRes
<
InnerRes8452
>
call8452
(
InnerReq
<
InnerReq8452
>
innerReq8452
);
/**
/**
...
@@ -363,7 +361,7 @@ public interface InnerHxServer {
...
@@ -363,7 +361,7 @@ public interface InnerHxServer {
* @param innerReq8485
* @param innerReq8485
* @return
* @return
*/
*/
@PostMapping
(
"/8485"
)
@PostMapping
(
"/
jk/
8485"
)
InnerRes
<
InnerRes8485
>
call8485
(
InnerReq
<
InnerReq8485
>
innerReq8485
);
InnerRes
<
InnerRes8485
>
call8485
(
InnerReq
<
InnerReq8485
>
innerReq8485
);
/**
/**
...
@@ -372,7 +370,7 @@ public interface InnerHxServer {
...
@@ -372,7 +370,7 @@ public interface InnerHxServer {
* @param innerReq8159
* @param innerReq8159
* @return
* @return
*/
*/
@PostMapping
(
"/8159"
)
@PostMapping
(
"/
jk/
8159"
)
InnerRes
<
InnerRes8159
>
call8159
(
InnerReq
<
InnerReq8159
>
innerReq8159
);
InnerRes
<
InnerRes8159
>
call8159
(
InnerReq
<
InnerReq8159
>
innerReq8159
);
/**
/**
...
@@ -381,7 +379,7 @@ public interface InnerHxServer {
...
@@ -381,7 +379,7 @@ public interface InnerHxServer {
* @param innerReq8758
* @param innerReq8758
* @return
* @return
*/
*/
@PostMapping
(
"/8758"
)
@PostMapping
(
"/
jk/
8758"
)
InnerRes
<
InnerRes8758
>
call8758
(
InnerReq
<
InnerReq8758
>
innerReq8758
);
InnerRes
<
InnerRes8758
>
call8758
(
InnerReq
<
InnerReq8758
>
innerReq8758
);
/**
/**
...
@@ -390,7 +388,7 @@ public interface InnerHxServer {
...
@@ -390,7 +388,7 @@ public interface InnerHxServer {
* @param innerReq8680
* @param innerReq8680
* @return
* @return
*/
*/
@PostMapping
(
"/8680"
)
@PostMapping
(
"/
jk/
8680"
)
InnerRes
<
InnerRes8680
>
call8680
(
InnerReq
<
InnerReq8680
>
innerReq8680
);
InnerRes
<
InnerRes8680
>
call8680
(
InnerReq
<
InnerReq8680
>
innerReq8680
);
/**
/**
...
@@ -399,7 +397,7 @@ public interface InnerHxServer {
...
@@ -399,7 +397,7 @@ public interface InnerHxServer {
* @param InnerReq6107
* @param InnerReq6107
* @return
* @return
*/
*/
@PostMapping
(
"/6107"
)
@PostMapping
(
"/
jk/
6107"
)
InnerRes
<
InnerRes6107
>
call6107
(
InnerReq
<
InnerReq6107
>
InnerReq6107
);
InnerRes
<
InnerRes6107
>
call6107
(
InnerReq
<
InnerReq6107
>
InnerReq6107
);
/**
/**
...
@@ -408,7 +406,7 @@ public interface InnerHxServer {
...
@@ -408,7 +406,7 @@ public interface InnerHxServer {
* @param InnerReq6153
* @param InnerReq6153
* @return
* @return
*/
*/
@PostMapping
(
"/6153_1"
)
@PostMapping
(
"/
jk/
6153_1"
)
InnerRes
<
InnerRes6153
>
call6153_1
(
InnerReq
<
InnerReq6153
>
InnerReq6153
);
InnerRes
<
InnerRes6153
>
call6153_1
(
InnerReq
<
InnerReq6153
>
InnerReq6153
);
/**
/**
...
@@ -417,7 +415,7 @@ public interface InnerHxServer {
...
@@ -417,7 +415,7 @@ public interface InnerHxServer {
* @param innerReq615377597788
* @param innerReq615377597788
* @return
* @return
*/
*/
@PostMapping
(
"/615377597788"
)
@PostMapping
(
"/
jk/
615377597788"
)
InnerRes
<
InnerCommpose615377597788Res
>
call615377597788
(
InnerReq
<
InnerReq615377597788
>
innerReq615377597788
);
InnerRes
<
InnerCommpose615377597788Res
>
call615377597788
(
InnerReq
<
InnerReq615377597788
>
innerReq615377597788
);
/**
/**
...
@@ -426,7 +424,7 @@ public interface InnerHxServer {
...
@@ -426,7 +424,7 @@ public interface InnerHxServer {
* @param innerReq615377598416
* @param innerReq615377598416
* @return
* @return
*/
*/
@PostMapping
(
"/615377598416"
)
@PostMapping
(
"/
jk/
615377598416"
)
InnerRes
<
InnerCommpose615377598416Res
>
call615377598416
(
InnerReq
<
InnerReq615377598416
>
innerReq615377598416
);
InnerRes
<
InnerCommpose615377598416Res
>
call615377598416
(
InnerReq
<
InnerReq615377598416
>
innerReq615377598416
);
/**
/**
...
@@ -435,7 +433,7 @@ public interface InnerHxServer {
...
@@ -435,7 +433,7 @@ public interface InnerHxServer {
* @param InnerReq8913
* @param InnerReq8913
* @return
* @return
*/
*/
@PostMapping
(
"/8913"
)
@PostMapping
(
"/
jk/
8913"
)
InnerRes
<
InnerRes8913
>
call8913
(
InnerReq
<
InnerReq8913
>
InnerReq8913
);
InnerRes
<
InnerRes8913
>
call8913
(
InnerReq
<
InnerReq8913
>
InnerReq8913
);
/**
/**
...
@@ -444,7 +442,7 @@ public interface InnerHxServer {
...
@@ -444,7 +442,7 @@ public interface InnerHxServer {
* @param InnerReq8010
* @param InnerReq8010
* @return
* @return
*/
*/
@PostMapping
(
"/8010"
)
@PostMapping
(
"/
jk/
8010"
)
InnerRes
<
InnerRes8010
>
call8010
(
InnerReq
<
InnerReq8010
>
InnerReq8010
);
InnerRes
<
InnerRes8010
>
call8010
(
InnerReq
<
InnerReq8010
>
InnerReq8010
);
/**
/**
...
@@ -453,7 +451,7 @@ public interface InnerHxServer {
...
@@ -453,7 +451,7 @@ public interface InnerHxServer {
* @param InnerReq8110
* @param InnerReq8110
* @return
* @return
*/
*/
@PostMapping
(
"/8110"
)
@PostMapping
(
"/
jk/
8110"
)
InnerRes
<
InnerRes8110
>
call8110
(
InnerReq
<
InnerReq8110
>
InnerReq8110
);
InnerRes
<
InnerRes8110
>
call8110
(
InnerReq
<
InnerReq8110
>
InnerReq8110
);
/**
/**
...
@@ -462,7 +460,7 @@ public interface InnerHxServer {
...
@@ -462,7 +460,7 @@ public interface InnerHxServer {
* @param InnerReq8486
* @param InnerReq8486
* @return
* @return
*/
*/
@PostMapping
(
"/8486"
)
@PostMapping
(
"/
jk/
8486"
)
InnerRes
<
InnerRes8486
>
call8486
(
InnerReq
<
InnerReq8486
>
InnerReq8486
);
InnerRes
<
InnerRes8486
>
call8486
(
InnerReq
<
InnerReq8486
>
InnerReq8486
);
/**
/**
...
@@ -471,7 +469,7 @@ public interface InnerHxServer {
...
@@ -471,7 +469,7 @@ public interface InnerHxServer {
* @param InnerReq1640
* @param InnerReq1640
* @return
* @return
*/
*/
@PostMapping
(
"/1640"
)
@PostMapping
(
"/
jk/
1640"
)
InnerRes
<
InnerRes1640
>
call1640
(
InnerReq
<
InnerReq1640
>
InnerReq1640
);
InnerRes
<
InnerRes1640
>
call1640
(
InnerReq
<
InnerReq1640
>
InnerReq1640
);
/**
/**
...
@@ -480,7 +478,7 @@ public interface InnerHxServer {
...
@@ -480,7 +478,7 @@ public interface InnerHxServer {
* @param InnerReq1642
* @param InnerReq1642
* @return
* @return
*/
*/
@PostMapping
(
"/1642"
)
@PostMapping
(
"/
jk/
1642"
)
InnerRes
<
InnerRes1642
>
call1642
(
InnerReq
<
InnerReq1642
>
InnerReq1642
);
InnerRes
<
InnerRes1642
>
call1642
(
InnerReq
<
InnerReq1642
>
InnerReq1642
);
/**
/**
...
@@ -489,7 +487,7 @@ public interface InnerHxServer {
...
@@ -489,7 +487,7 @@ public interface InnerHxServer {
* @param InnerReq1643
* @param InnerReq1643
* @return
* @return
*/
*/
@PostMapping
(
"/1643"
)
@PostMapping
(
"/
jk/
1643"
)
InnerRes
<
InnerRes1643
>
call1643
(
InnerReq
<
InnerReq1643
>
InnerReq1643
);
InnerRes
<
InnerRes1643
>
call1643
(
InnerReq
<
InnerReq1643
>
InnerReq1643
);
/**
/**
...
@@ -498,7 +496,7 @@ public interface InnerHxServer {
...
@@ -498,7 +496,7 @@ public interface InnerHxServer {
* @param InnerReq1649
* @param InnerReq1649
* @return
* @return
*/
*/
@PostMapping
(
"/1649"
)
@PostMapping
(
"/
jk/
1649"
)
InnerRes
<
InnerRes1649
>
call1649
(
InnerReq
<
InnerReq1649
>
InnerReq1649
);
InnerRes
<
InnerRes1649
>
call1649
(
InnerReq
<
InnerReq1649
>
InnerReq1649
);
/**
/**
...
@@ -507,7 +505,7 @@ public interface InnerHxServer {
...
@@ -507,7 +505,7 @@ public interface InnerHxServer {
* @param InnerReq1654
* @param InnerReq1654
* @return
* @return
*/
*/
@PostMapping
(
"/1654"
)
@PostMapping
(
"/
jk/
1654"
)
InnerRes
<
InnerRes1654
>
call1654
(
InnerReq
<
InnerReq1654
>
InnerReq1654
);
InnerRes
<
InnerRes1654
>
call1654
(
InnerReq
<
InnerReq1654
>
InnerReq1654
);
/**
/**
...
@@ -516,7 +514,7 @@ public interface InnerHxServer {
...
@@ -516,7 +514,7 @@ public interface InnerHxServer {
* @param InnerReq1655
* @param InnerReq1655
* @return
* @return
*/
*/
@PostMapping
(
"/1655"
)
@PostMapping
(
"/
jk/
1655"
)
InnerRes
<
InnerRes1655
>
call1655
(
InnerReq
<
InnerReq1655
>
InnerReq1655
);
InnerRes
<
InnerRes1655
>
call1655
(
InnerReq
<
InnerReq1655
>
InnerReq1655
);
/**
/**
...
@@ -525,7 +523,7 @@ public interface InnerHxServer {
...
@@ -525,7 +523,7 @@ public interface InnerHxServer {
* @param InnerReq1697
* @param InnerReq1697
* @return
* @return
*/
*/
@PostMapping
(
"/1697"
)
@PostMapping
(
"/
jk/
1697"
)
InnerRes
<
InnerRes1697
>
call1697
(
InnerReq
<
InnerReq1697
>
InnerReq1697
);
InnerRes
<
InnerRes1697
>
call1697
(
InnerReq
<
InnerReq1697
>
InnerReq1697
);
/**
/**
...
@@ -534,6 +532,6 @@ public interface InnerHxServer {
...
@@ -534,6 +532,6 @@ public interface InnerHxServer {
* @param InnerReq1693
* @param InnerReq1693
* @return
* @return
*/
*/
@PostMapping
(
"/1693"
)
@PostMapping
(
"/
jk/
1693"
)
InnerRes
<
InnerRes1693
>
call1693
(
InnerReq
<
InnerReq1693
>
InnerReq1693
);
InnerRes
<
InnerRes1693
>
call1693
(
InnerReq
<
InnerReq1693
>
InnerReq1693
);
}
}
isc-common-esb/src/main/java/com/brilliance/isc/esb/api/inner/InnerOcrServer.java
View file @
6b950701
...
@@ -18,7 +18,7 @@ public interface InnerOcrServer {
...
@@ -18,7 +18,7 @@ public interface InnerOcrServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/ocr/recognize"
)
@PostMapping
(
"/
jk/
ocr/recognize"
)
InnerRes
<
InnerResOcrRecognize
>
callOcrRecognize
(
InnerReq
<
InnerReqOcrRecognize
>
req
);
InnerRes
<
InnerResOcrRecognize
>
callOcrRecognize
(
InnerReq
<
InnerReqOcrRecognize
>
req
);
/**
/**
...
@@ -27,33 +27,33 @@ public interface InnerOcrServer {
...
@@ -27,33 +27,33 @@ public interface InnerOcrServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/ocr/textdiff"
)
@PostMapping
(
"/
jk/
ocr/textdiff"
)
InnerRes
<
InnerResTextDiff
>
callTextDiff
(
InnerReq
<
InnerReqTextDiff
>
req
);
InnerRes
<
InnerResTextDiff
>
callTextDiff
(
InnerReq
<
InnerReqTextDiff
>
req
);
@PostMapping
(
"/ocr/textresult"
)
@PostMapping
(
"/
jk/
ocr/textresult"
)
InnerRes
<
InnerResTextResult
>
callTextResult
(
InnerReq
<
InnerReqTextResult
>
req
);
InnerRes
<
InnerResTextResult
>
callTextResult
(
InnerReq
<
InnerReqTextResult
>
req
);
@PostMapping
(
"/ocr/syntextdiff"
)
@PostMapping
(
"/
jk/
ocr/syntextdiff"
)
InnerRes
<
InnerResTextResult
>
callSynTextResult
(
InnerReq
<
InnerReqTextDiff
>
req
);
InnerRes
<
InnerResTextResult
>
callSynTextResult
(
InnerReq
<
InnerReqTextDiff
>
req
);
/**
/**
* 发票影像下载入库
* 发票影像下载入库
*/
*/
@PostMapping
(
"/ocr/fapRecognize"
)
@PostMapping
(
"/
jk/
ocr/fapRecognize"
)
InnerRes
<
InnerResFapRecognize
>
callFapRecognize
(
InnerReq
<
InnerReqFapRecognize
>
req
);
InnerRes
<
InnerResFapRecognize
>
callFapRecognize
(
InnerReq
<
InnerReqFapRecognize
>
req
);
/**
/**
* 发票影像识别
* 发票影像识别
*/
*/
@PostMapping
(
"/ocr/fapOcr"
)
@PostMapping
(
"/
jk/
ocr/fapOcr"
)
InnerRes
<
InnerResFapOcr
>
callFapOcr
(
InnerReq
<
InnerReqFapOcr
>
req
);
InnerRes
<
InnerResFapOcr
>
callFapOcr
(
InnerReq
<
InnerReqFapOcr
>
req
);
/**
/**
* 发票影像下载并ocr识别
* 发票影像下载并ocr识别
*/
*/
@PostMapping
(
"/ocr/fapDownAndOcr"
)
@PostMapping
(
"/
jk/
ocr/fapDownAndOcr"
)
InnerRes
<
InnerResFapDownAndOcr
>
callFapDownAndOcr
(
InnerReq
<
InnerReqFapDownAndOcr
>
req
);
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 {
...
@@ -18,7 +18,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb1
* @param innerReqYptBhwb1
* @return
* @return
*/
*/
@PostMapping
(
"/bhwb1"
)
@PostMapping
(
"/
jk/
bhwb1"
)
InnerRes
<
InnerResYptBhwb1
>
callBhwb1
(
InnerReq
<
InnerReqYptBhwb1
>
innerReqYptBhwb1
);
InnerRes
<
InnerResYptBhwb1
>
callBhwb1
(
InnerReq
<
InnerReqYptBhwb1
>
innerReqYptBhwb1
);
/**
/**
...
@@ -27,7 +27,7 @@ public interface InnerPhServer {
...
@@ -27,7 +27,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb1Snd
* @param innerReqYptBhwb1Snd
* @return
* @return
*/
*/
@PostMapping
(
"/bhwb1snd"
)
@PostMapping
(
"/
jk/
bhwb1snd"
)
InnerRes
<
InnerResYptBhwb1Snd
>
callBhwb1Snd
(
InnerReq
<
InnerReqYptBhwb1Snd
>
innerReqYptBhwb1Snd
);
InnerRes
<
InnerResYptBhwb1Snd
>
callBhwb1Snd
(
InnerReq
<
InnerReqYptBhwb1Snd
>
innerReqYptBhwb1Snd
);
/**
/**
...
@@ -36,7 +36,7 @@ public interface InnerPhServer {
...
@@ -36,7 +36,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb2
* @param innerReqYptBhwb2
* @return
* @return
*/
*/
@PostMapping
(
"/bhwb2"
)
@PostMapping
(
"/
jk/
bhwb2"
)
InnerRes
<
InnerResYptBhwb2
>
callBhwb2
(
InnerReq
<
InnerReqYptBhwb2
>
innerReqYptBhwb2
);
InnerRes
<
InnerResYptBhwb2
>
callBhwb2
(
InnerReq
<
InnerReqYptBhwb2
>
innerReqYptBhwb2
);
/**
/**
...
@@ -45,7 +45,7 @@ public interface InnerPhServer {
...
@@ -45,7 +45,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb3
* @param innerReqYptBhwb3
* @return
* @return
*/
*/
@PostMapping
(
"/bhwb3"
)
@PostMapping
(
"/
jk/
bhwb3"
)
InnerRes
<
InnerResYptBhwb3
>
callBhwb3
(
InnerReq
<
InnerReqYptBhwb3
>
innerReqYptBhwb3
);
InnerRes
<
InnerResYptBhwb3
>
callBhwb3
(
InnerReq
<
InnerReqYptBhwb3
>
innerReqYptBhwb3
);
/**
/**
...
@@ -54,7 +54,7 @@ public interface InnerPhServer {
...
@@ -54,7 +54,7 @@ public interface InnerPhServer {
* @param innerReqDownloadfile
* @param innerReqDownloadfile
* @return
* @return
*/
*/
@PostMapping
(
"/Downloadfile"
)
@PostMapping
(
"/
jk/
Downloadfile"
)
InnerRes
<
InnerResDownloadfile
>
callDownloadfile
(
InnerReq
<
InnerReqDownloadfile
>
innerReqDownloadfile
);
InnerRes
<
InnerResDownloadfile
>
callDownloadfile
(
InnerReq
<
InnerReqDownloadfile
>
innerReqDownloadfile
);
/**
/**
...
@@ -63,7 +63,7 @@ public interface InnerPhServer {
...
@@ -63,7 +63,7 @@ public interface InnerPhServer {
* @param innerReqYptBhwb3Snd
* @param innerReqYptBhwb3Snd
* @return
* @return
*/
*/
@PostMapping
(
"/bhwb3Snd"
)
@PostMapping
(
"/
jk/
bhwb3Snd"
)
InnerRes
<
InnerResBhwb3Snd
>
callBhwb3Snd
(
InnerReq
<
InnerReqYptBhwb3
>
innerReqYptBhwb3Snd
);
InnerRes
<
InnerResBhwb3Snd
>
callBhwb3Snd
(
InnerReq
<
InnerReqYptBhwb3
>
innerReqYptBhwb3Snd
);
/**
/**
...
@@ -72,7 +72,7 @@ public interface InnerPhServer {
...
@@ -72,7 +72,7 @@ public interface InnerPhServer {
* @param InnerReqBhwbSz
* @param InnerReqBhwbSz
* @return
* @return
*/
*/
@PostMapping
(
"/bhwbSz"
)
@PostMapping
(
"/
jk/
bhwbSz"
)
InnerRes
<
InnerResBhwbSz
>
callBhwbSz
(
InnerReq
<
InnerReqBhwbSz
>
InnerReqBhwbSz
);
InnerRes
<
InnerResBhwbSz
>
callBhwbSz
(
InnerReq
<
InnerReqBhwbSz
>
InnerReqBhwbSz
);
/**
/**
...
@@ -81,7 +81,7 @@ public interface InnerPhServer {
...
@@ -81,7 +81,7 @@ public interface InnerPhServer {
* @param innerReqPack2mf
* @param innerReqPack2mf
* @return
* @return
*/
*/
@PostMapping
(
"/pack2mft"
)
@PostMapping
(
"/
jk/
pack2mft"
)
InnerRes
<
InnerResPack2mft
>
callPack2mft
(
InnerReq
<
InnerReqPack2mft
>
innerReqPack2mf
);
InnerRes
<
InnerResPack2mft
>
callPack2mft
(
InnerReq
<
InnerReqPack2mft
>
innerReqPack2mf
);
/**
/**
...
@@ -90,7 +90,7 @@ public interface InnerPhServer {
...
@@ -90,7 +90,7 @@ public interface InnerPhServer {
* @param innerReqFTW1
* @param innerReqFTW1
* @return
* @return
*/
*/
@PostMapping
(
"/ftw1"
)
@PostMapping
(
"/
jk/
ftw1"
)
InnerRes
<
InnerResFTW1
>
callFtw1
(
InnerReq
<
InnerReqFTW1
>
innerReqFTW1
);
InnerRes
<
InnerResFTW1
>
callFtw1
(
InnerReq
<
InnerReqFTW1
>
innerReqFTW1
);
...
@@ -98,12 +98,12 @@ public interface InnerPhServer {
...
@@ -98,12 +98,12 @@ public interface InnerPhServer {
* @param innerReqLcw1InnerReq
* @param innerReqLcw1InnerReq
* @return
* @return
*/
*/
@PostMapping
(
"/LCW1"
)
@PostMapping
(
"/
jk/
LCW1"
)
InnerRes
<
InnerResLcw1
>
callLcw1
(
InnerReq
<
InnerReqLcw1
>
innerReqLcw1InnerReq
);
InnerRes
<
InnerResLcw1
>
callLcw1
(
InnerReq
<
InnerReqLcw1
>
innerReqLcw1InnerReq
);
@PostMapping
(
"/LCW2"
)
@PostMapping
(
"/
jk/
LCW2"
)
InnerRes
<
InnerResLcw2
>
callLcw2
(
InnerReq
<
InnerReqLcw2
>
innerReq
);
InnerRes
<
InnerResLcw2
>
callLcw2
(
InnerReq
<
InnerReqLcw2
>
innerReq
);
@PostMapping
(
"/GjYbwxz"
)
@PostMapping
(
"/
jk/
GjYbwxz"
)
InnerRes
<
InnerResGjYbwxz
>
callGjYbwxz
(
InnerReq
<
InnerReqGjYbwxz
>
innerReq
);
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;
...
@@ -13,21 +13,21 @@ import org.springframework.web.bind.annotation.RequestMapping;
//@RequestMapping("/jk")
//@RequestMapping("/jk")
public
interface
InnerReportServer
{
public
interface
InnerReportServer
{
@PostMapping
(
"/dbainsert"
)
@PostMapping
(
"/
jk/
dbainsert"
)
InnerRes
<
InnerResDbainsert
>
callDbainsert
(
InnerReq
<
InnerReqDbainsert
>
innerReqDbainsertInnerReq
);
InnerRes
<
InnerResDbainsert
>
callDbainsert
(
InnerReq
<
InnerReqDbainsert
>
innerReqDbainsertInnerReq
);
@PostMapping
(
"/dbbinsert"
)
@PostMapping
(
"/
jk/
dbbinsert"
)
InnerRes
<
InnerResDbbinsert
>
callDbbinsert
(
InnerReq
<
InnerReqDbbinsert
>
innerReqDbbinsertInnerReq
);
InnerRes
<
InnerResDbbinsert
>
callDbbinsert
(
InnerReq
<
InnerReqDbbinsert
>
innerReqDbbinsertInnerReq
);
@PostMapping
(
"/dbcinsert"
)
@PostMapping
(
"/
jk/
dbcinsert"
)
InnerRes
<
InnerResDbcinsert
>
callDbcinsert
(
InnerReq
<
InnerReqDbcinsert
>
innerReqDbcinsertInnerReq
);
InnerRes
<
InnerResDbcinsert
>
callDbcinsert
(
InnerReq
<
InnerReqDbcinsert
>
innerReqDbcinsertInnerReq
);
@PostMapping
(
"/dbdinsert"
)
@PostMapping
(
"/
jk/
dbdinsert"
)
InnerRes
<
InnerResDbdinsert
>
callDbdinsert
(
InnerReq
<
InnerReqDbdinsert
>
innerReqDbdinsertInnerReq
);
InnerRes
<
InnerResDbdinsert
>
callDbdinsert
(
InnerReq
<
InnerReqDbdinsert
>
innerReqDbdinsertInnerReq
);
@PostMapping
(
"/dbeinsert"
)
@PostMapping
(
"/
jk/
dbeinsert"
)
InnerRes
<
InnerResDbeinsert
>
callDbeinsert
(
InnerReq
<
InnerReqDbeinsert
>
innerReqDbeinsertInnerReq
);
InnerRes
<
InnerResDbeinsert
>
callDbeinsert
(
InnerReq
<
InnerReqDbeinsert
>
innerReqDbeinsertInnerReq
);
@PostMapping
(
"/dbfinsert"
)
@PostMapping
(
"/
jk/
dbfinsert"
)
InnerRes
<
InnerResDbfinsert
>
callDbfinsert
(
InnerReq
<
InnerReqDbfinsert
>
innerReqDbfinsertInnerReq
);
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;
...
@@ -13,7 +13,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi
* @restApi
*/
*/
//@RequestMapping("/jk")
public
interface
InnerRwmsServer
{
public
interface
InnerRwmsServer
{
/**
/**
* RW02 预警灰名单响应
* RW02 预警灰名单响应
...
@@ -21,6 +20,6 @@ public interface InnerRwmsServer {
...
@@ -21,6 +20,6 @@ public interface InnerRwmsServer {
* @param innerReqRW02
* @param innerReqRW02
* @return
* @return
*/
*/
@PostMapping
(
"/RW02"
)
@PostMapping
(
"/
jk/
RW02"
)
InnerRes
<
InnerResRW02
>
callRW02
(
InnerReq
<
InnerReqRW02
>
innerReqRW02
);
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;
...
@@ -11,8 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi
* @restApi
*/
*/
//@RequestMapping("/jk")
public
interface
InnerServer
{
public
interface
InnerServer
{
@PostMapping
(
"/inner"
)
@PostMapping
(
"/
jk/
inner"
)
public
InnerRes
callInterface
(
InnerReq
innerReq
);
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;
...
@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @restApi
* @restApi
*/
*/
//@RequestMapping("
/jk
")
//@RequestMapping("")
public
interface
InnerTymdServer
{
public
interface
InnerTymdServer
{
/**
/**
* E200 统一名单筛查接口调用响应
* E200 统一名单筛查接口调用响应
...
@@ -18,7 +18,7 @@ public interface InnerTymdServer {
...
@@ -18,7 +18,7 @@ public interface InnerTymdServer {
* @param innerReqE200
* @param innerReqE200
* @return
* @return
*/
*/
@PostMapping
(
"/E200"
)
@PostMapping
(
"/
jk/
E200"
)
InnerRes
<
InnerResE200
>
callE200
(
InnerReq
<
InnerReqE200
>
innerReqE200
);
InnerRes
<
InnerResE200
>
callE200
(
InnerReq
<
InnerReqE200
>
innerReqE200
);
/**
/**
...
@@ -27,6 +27,6 @@ public interface InnerTymdServer {
...
@@ -27,6 +27,6 @@ public interface InnerTymdServer {
* @param innerReqDU01
* @param innerReqDU01
* @return
* @return
*/
*/
@PostMapping
(
"/DU01"
)
@PostMapping
(
"/
jk/
DU01"
)
InnerRes
<
InnerResDU01
>
callDU01
(
InnerReq
<
InnerReqDU01
>
innerReqDU01
);
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 {
...
@@ -18,7 +18,7 @@ public interface InnerWaishuServer {
* @param innerReqFapiaoChayan
* @param innerReqFapiaoChayan
* @return
* @return
*/
*/
@PostMapping
(
"/fapiao/chayan"
)
@PostMapping
(
"/
jk/
fapiao/chayan"
)
InnerRes
<
InnerResFapiaoChayan
>
callChayan
(
InnerReq
<
InnerReqFapiaoChayan
>
innerReqFapiaoChayan
);
InnerRes
<
InnerResFapiaoChayan
>
callChayan
(
InnerReq
<
InnerReqFapiaoChayan
>
innerReqFapiaoChayan
);
/**
/**
...
@@ -27,7 +27,7 @@ public interface InnerWaishuServer {
...
@@ -27,7 +27,7 @@ public interface InnerWaishuServer {
* @param innerReqFapiaoJiankong
* @param innerReqFapiaoJiankong
* @return
* @return
*/
*/
@PostMapping
(
"/fapiao/jiankong"
)
@PostMapping
(
"/
jk/
fapiao/jiankong"
)
InnerRes
<
InnerResFapiaoJiankong
>
callJiankong
(
InnerReq
<
InnerReqFapiaoJiankong
>
innerReqFapiaoJiankong
);
InnerRes
<
InnerResFapiaoJiankong
>
callJiankong
(
InnerReq
<
InnerReqFapiaoJiankong
>
innerReqFapiaoJiankong
);
/**
/**
...
@@ -36,6 +36,6 @@ public interface InnerWaishuServer {
...
@@ -36,6 +36,6 @@ public interface InnerWaishuServer {
* @param innerReqFapiaoChayan
* @param innerReqFapiaoChayan
* @return
* @return
*/
*/
@PostMapping
(
"/fapiao/ns11"
)
@PostMapping
(
"/
jk/
fapiao/ns11"
)
InnerRes
<
InnerResFapiaoChayan
>
callNs11
(
InnerReq
<
InnerReqFapiaoChayan
>
innerReqFapiaoChayan
);
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 {
...
@@ -19,7 +19,7 @@ public interface InnerWhjServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/whj"
)
@PostMapping
(
"/
jk/
whj"
)
InnerRes
<
InnerResWhj
>
callWhj
(
InnerReq
<
InnerReqWhj
>
req
);
InnerRes
<
InnerResWhj
>
callWhj
(
InnerReq
<
InnerReqWhj
>
req
);
/**
/**
...
@@ -28,7 +28,7 @@ public interface InnerWhjServer {
...
@@ -28,7 +28,7 @@ public interface InnerWhjServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/tax/accept"
)
@PostMapping
(
"/
jk/
tax/accept"
)
InnerRes
<
InnerResTax
>
callTaxaccept
(
InnerReq
<
InnerReqTaxaccept
>
req
);
InnerRes
<
InnerResTax
>
callTaxaccept
(
InnerReq
<
InnerReqTaxaccept
>
req
);
/**
/**
...
@@ -37,7 +37,7 @@ public interface InnerWhjServer {
...
@@ -37,7 +37,7 @@ public interface InnerWhjServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/tax/cancel"
)
@PostMapping
(
"/
jk/
tax/cancel"
)
InnerRes
<
InnerResTax
>
callTaxcancel
(
InnerReq
<
InnerReqTaxcancel
>
req
);
InnerRes
<
InnerResTax
>
callTaxcancel
(
InnerReq
<
InnerReqTaxcancel
>
req
);
/**
/**
...
@@ -46,7 +46,7 @@ public interface InnerWhjServer {
...
@@ -46,7 +46,7 @@ public interface InnerWhjServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/tax/check"
)
@PostMapping
(
"/
jk/
tax/check"
)
InnerRes
<
InnerResTax
>
callTaxcheck
(
InnerReq
<
InnerReqTaxcheck
>
req
);
InnerRes
<
InnerResTax
>
callTaxcheck
(
InnerReq
<
InnerReqTaxcheck
>
req
);
/**
/**
...
@@ -55,7 +55,7 @@ public interface InnerWhjServer {
...
@@ -55,7 +55,7 @@ public interface InnerWhjServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/tax/confirm"
)
@PostMapping
(
"/
jk/
tax/confirm"
)
InnerRes
<
InnerResTax
>
callTaxconfirm
(
InnerReq
<
InnerReqTaxconfirm
>
req
);
InnerRes
<
InnerResTax
>
callTaxconfirm
(
InnerReq
<
InnerReqTaxconfirm
>
req
);
/**
/**
...
@@ -64,7 +64,7 @@ public interface InnerWhjServer {
...
@@ -64,7 +64,7 @@ public interface InnerWhjServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/tax/modify"
)
@PostMapping
(
"/
jk/
tax/modify"
)
InnerRes
<
InnerResTax
>
callTaxmodify
(
InnerReq
<
InnerReqTaxmodify
>
req
);
InnerRes
<
InnerResTax
>
callTaxmodify
(
InnerReq
<
InnerReqTaxmodify
>
req
);
/**
/**
...
@@ -73,7 +73,7 @@ public interface InnerWhjServer {
...
@@ -73,7 +73,7 @@ public interface InnerWhjServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/tax/qrydetail"
)
@PostMapping
(
"/
jk/
tax/qrydetail"
)
InnerRes
<
InnerResTax
>
callTaxqrydetail
(
InnerReq
<
InnerReqTaxqrydetail
>
req
);
InnerRes
<
InnerResTax
>
callTaxqrydetail
(
InnerReq
<
InnerReqTaxqrydetail
>
req
);
/**
/**
...
@@ -82,7 +82,7 @@ public interface InnerWhjServer {
...
@@ -82,7 +82,7 @@ public interface InnerWhjServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/tax/qrylist"
)
@PostMapping
(
"/
jk/
tax/qrylist"
)
InnerRes
<
InnerResTax
>
callTaxqrylist
(
InnerReq
<
InnerReqTaxqrylist
>
req
);
InnerRes
<
InnerResTax
>
callTaxqrylist
(
InnerReq
<
InnerReqTaxqrylist
>
req
);
/**
/**
...
@@ -91,6 +91,6 @@ public interface InnerWhjServer {
...
@@ -91,6 +91,6 @@ public interface InnerWhjServer {
* @param req
* @param req
* @return
* @return
*/
*/
@PostMapping
(
"/tax/retry"
)
@PostMapping
(
"/
jk/
tax/retry"
)
InnerRes
<
InnerResTax
>
callTaxretry
(
InnerReq
<
InnerReqTaxretry
>
req
);
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