| 程序包 | 说明 |
|---|---|
| com.gccloud.gcpaas.api.controller | |
| com.gccloud.gcpaas.api.service | |
| com.gccloud.gcpaas.api.service.impl | |
| com.gccloud.gcpaas.api.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
R<PageVO<ApiLogEntity>> |
ApiLogController.getLogic(ApiLogSearchDto apiLogSearchDto) |
R<ApiLogEntity> |
ApiLogController.info(String id) |
| 限定符和类型 | 方法和说明 |
|---|---|
PageVO<ApiLogEntity> |
IApiLogService.getPage(ApiLogSearchDto apiLogSearchDto)
分页查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IApiLogService.add(ApiLogEntity apiLogEntity)
新增API日志
|
| 限定符和类型 | 方法和说明 |
|---|---|
PageVO<ApiLogEntity> |
ApiLogServiceImpl.getPage(ApiLogSearchDto apiLogSearchDto) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ApiLogServiceImpl.add(ApiLogEntity apiLogEntity)
异步线程持久化
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ApiLogEntity |
ExecuteUtils.run(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ApiEntity apiEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ResponseUtils.write(javax.servlet.http.HttpServletResponse response,
Integer status,
String contentTYpe,
String data,
ApiLogEntity apiLog) |
Copyright © 2023. All rights reserved.