测试API模块提交
parent
1b2ac94b2d
commit
160707d125
|
@ -37,7 +37,7 @@ public class ApiConfigController {
|
||||||
PageResult<ApiConfigVo> page = apiConfigService.page(query); // 调用service层方法获取分页结果
|
PageResult<ApiConfigVo> page = apiConfigService.page(query); // 调用service层方法获取分页结果
|
||||||
return Result.ok(page); // 封装返回结果并返回
|
return Result.ok(page); // 封装返回结果并返回
|
||||||
}
|
}
|
||||||
|
//1
|
||||||
/**
|
/**
|
||||||
* 根据resourceId分页获取接口配置列表
|
* 根据resourceId分页获取接口配置列表
|
||||||
* @param query 查询条件
|
* @param query 查询条件
|
||||||
|
|
Loading…
Reference in New Issue