整理代码

This commit is contained in:
2025-02-10 11:11:42 +08:00
parent 21efe997ef
commit 13872d9f29
16 changed files with 90 additions and 314 deletions

View File

@@ -45,18 +45,9 @@ export function delApi(id) {
// 查询接口节点列表
export function listGroup(query) {
export function listGroup() {
return request({
url: '/test/group/list',
method: 'get',
params: query
})
}
// 查询接口节点详细
export function getGroup(id) {
return request({
url: '/test/group/' + id,
method: 'get'
})
}