| 程序包 | 说明 |
|---|---|
| com.gccloud.gcpaas.api.controller | |
| com.gccloud.gcpaas.api.service | |
| com.gccloud.gcpaas.api.service.impl | |
| com.gccloud.gcpaas.api.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
R<ApiEntity> |
ApiController.info(String id) |
R<PageVO<ApiEntity>> |
ApiController.page(ApiSearchDto groovyApiSearchDto) |
R<ApiEntity> |
ApiController.save(ApiEntity apiEntity) |
R<ApiEntity> |
ApiController.update(ApiEntity apiEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
R<ApiEntity> |
ApiController.save(ApiEntity apiEntity) |
R<ApiEntity> |
ApiController.update(ApiEntity apiEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiEntity |
IApiService.add(ApiEntity apiEntity)
新增API
|
ApiEntity |
IApiService.getByPath(String path) |
ApiEntity |
IApiService.update(ApiEntity apiEntity)
修改API
|
| 限定符和类型 | 方法和说明 |
|---|---|
PageVO<ApiEntity> |
IApiService.getPage(ApiSearchDto groovyApiSearchDto)
分页查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiEntity |
IApiService.add(ApiEntity apiEntity)
新增API
|
ApiEntity |
IApiService.update(ApiEntity apiEntity)
修改API
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiEntity |
ApiServiceImpl.add(ApiEntity apiEntity) |
ApiEntity |
ApiServiceImpl.getByPath(String path) |
ApiEntity |
ApiServiceImpl.update(ApiEntity apiEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
PageVO<ApiEntity> |
ApiServiceImpl.getPage(ApiSearchDto groovyApiSearchDto) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiEntity |
ApiServiceImpl.add(ApiEntity apiEntity) |
void |
ApiServiceImpl.checkAppIdAndAppSecret(ApiEntity groovyApiEntity)
新增或者修改检查appId和AppSecret
|
ApiEntity |
ApiServiceImpl.update(ApiEntity apiEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ApiLogEntity |
ExecuteUtils.run(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ApiEntity apiEntity) |
Copyright © 2023. All rights reserved.