更新公告列表查询,新增归属ID筛选功能;移除游戏进度相关API调用,使用模拟数据替代以优化性能。

This commit is contained in:
zyh
2025-08-29 23:10:37 +08:00
parent 4021afb0f1
commit ccc022f5d1
6 changed files with 34 additions and 23 deletions

View File

@@ -31,12 +31,6 @@ export function pollLoginStatus(code) {
})
}
// 获取游戏进度
export function getGameProgress(code) {
return http.get('/api/link/progress', {
params: { code }
})
}
// 获取游戏界面数据
export function getGameInterface(code) {