Merge branch 'devs/interfaceUi-update' into jenkins_with_weblogic
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
UserManController_사용자관리_APIGW_INSERT,UPDATE,DELETE
|
UserManController_사용자관리_APIGW_INSERT,UPDATE,DELETE
|
||||||
AdapterController_어댑터관리_APIGW_INSERT,UPDATE,DELETE
|
AdapterController_어댑터관리_APIGW_INSERT,UPDATE,DELETE
|
||||||
ApiInterfaceController_API관리_APIGW_INSERT,UPDATE,DELETE
|
ApiInterfaceController_API관리_APIGW_INSERT,UPDATE,DELETE,CLONE
|
||||||
ClientController_Client (키정보)관리_APIGW_INSERT,UPDATE,DELETE
|
ClientController_Client (키정보)관리_APIGW_INSERT,UPDATE,DELETE
|
||||||
RoleController_Role (역할)관리_APIGW_INSERT,UPDATE,DELETE
|
RoleController_Role (역할)관리_APIGW_INSERT,UPDATE,DELETE
|
||||||
MenuController_Menu관리_APIGW_INSERT,UPDATE,DELETE
|
MenuController_Menu관리_APIGW_INSERT,UPDATE,DELETE
|
||||||
|
|||||||
@@ -1196,7 +1196,7 @@
|
|||||||
type: "POST",
|
type: "POST",
|
||||||
url: jsonUrl,
|
url: jsonUrl,
|
||||||
data: {
|
data: {
|
||||||
cmd: 'INSERT_CLONE',
|
cmd: 'CLONE',
|
||||||
orgApiInterfaceId,
|
orgApiInterfaceId,
|
||||||
newBizCode,
|
newBizCode,
|
||||||
newApiInterfaceId,
|
newApiInterfaceId,
|
||||||
|
|||||||
@@ -268,7 +268,7 @@ public class ApiInterfaceController extends OnlBaseAnnotationController {
|
|||||||
.body(exportData.getExportFileContent());
|
.body(exportData.getExportFileContent());
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping(value = "/onl/transaction/apim/apiInterfaceMan.json", params = "cmd=INSERT_CLONE")
|
@PostMapping(value = "/onl/transaction/apim/apiInterfaceMan.json", params = "cmd=CLONE")
|
||||||
public ResponseEntity<?> cloneApiInterface(String orgApiInterfaceId, String newBizCode, String newApiInterfaceId, String newInboundHttpMethod, String newInboundRestPath) throws BizException {
|
public ResponseEntity<?> cloneApiInterface(String orgApiInterfaceId, String newBizCode, String newApiInterfaceId, String newInboundHttpMethod, String newInboundRestPath) throws BizException {
|
||||||
try {
|
try {
|
||||||
ApiInterfaceUI orgApiInterfaceUI = service.selectDetail(orgApiInterfaceId);
|
ApiInterfaceUI orgApiInterfaceUI = service.selectDetail(orgApiInterfaceId);
|
||||||
|
|||||||
Reference in New Issue
Block a user