update: 首页bug修复,AI修复建议 & 许可证信息页面接口更新

This commit is contained in:
@user8949
2025-03-19 13:13:35 +08:00
parent d50ed3f2c1
commit 67a97aaafe
5 changed files with 87 additions and 115 deletions

View File

@@ -103,9 +103,9 @@ export function getRepairInfo() {
url: '/api/v1/repo/repair/info',
method: 'POST',
data: {
current: 1,
size: 10,
softwareId: 47
"current": 1,
"size": 10,
"softwareId": 47
}
});
}
@@ -113,12 +113,12 @@ export function getRepairInfo() {
// 获取许可证列表
export function getLicenseList() {
return request({
url: '/api/v1/repo/license/list',
method: 'GET',
params: {
current: 1,
size: 10,
softwareId: 47
url: '/api/v1/repo/license/info',
method: 'POST',
data: {
"current": 1,
"size": 10,
"softwareId": 47
}
});
}