Commit db9774e4 authored by 郭凡凡's avatar 郭凡凡

提交测试

parent 588f7198
...@@ -211,6 +211,7 @@ public class ApiBasicManagementController { ...@@ -211,6 +211,7 @@ public class ApiBasicManagementController {
@GetMapping("/apiBaseTreeList") @GetMapping("/apiBaseTreeList")
public ResponseVO<List<OcpApiBase>> apiBaseTreeList(String apiGroupCompanyCode, String apiGroupCode) { public ResponseVO<List<OcpApiBase>> apiBaseTreeList(String apiGroupCompanyCode, String apiGroupCode) {
List<OcpApiBase> apiBaseList = apiBasicManagementService.apiBaseTreeApiList(apiGroupCompanyCode, apiGroupCode); List<OcpApiBase> apiBaseList = apiBasicManagementService.apiBaseTreeApiList(apiGroupCompanyCode, apiGroupCode);
return ResponseVO.ok(apiBaseList); return ResponseVO.ok(apiBaseList);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment