fix: 移除 system_handler.go 未使用的 net/http 导入
Some checks failed
CI / test (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Security Scan / backend-security (push) Has been cancelled
Security Scan / frontend-security (push) Has been cancelled

合并上游后 CheckUpdates 方法不再使用 http 包,删除多余导入修复编译错误。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 10:46:12 +08:00
parent 4bc7fa0e3f
commit 7b01adabe3

View File

@@ -2,7 +2,6 @@ package admin
import (
"context"
"net/http"
"strconv"
"strings"
"time"