Merge branch 'devs/interfaceUi-update' into jenkins_with_weblogic
This commit is contained in:
@@ -268,7 +268,7 @@ public class ApiInterfaceController extends OnlBaseAnnotationController {
|
||||
.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 {
|
||||
try {
|
||||
ApiInterfaceUI orgApiInterfaceUI = service.selectDetail(orgApiInterfaceId);
|
||||
|
||||
Reference in New Issue
Block a user