public interface IApiService extends com.baomidou.mybatisplus.extension.service.IService<ApiEntity>
| 限定符和类型 | 方法和说明 |
|---|---|
ApiEntity |
add(ApiEntity apiEntity)
新增API
|
void |
delete(String id)
删除API
|
ApiEntity |
getByPath(String path) |
PageVO<ApiEntity> |
getPage(ApiSearchDto groovyApiSearchDto)
分页查询
|
void |
publish(String id,
Integer status)
发布上线API
|
ApiEntity |
update(ApiEntity apiEntity)
修改API
|
void |
updateAppSecret(String id)
更新API的密钥
|
void |
updateDoc(String id,
String invokeManual)
更新API用户手册
|
count, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdPageVO<ApiEntity> getPage(ApiSearchDto groovyApiSearchDto)
groovyApiSearchDto - void updateAppSecret(String id)
id - void delete(String id)
id - Copyright © 2023. All rights reserved.