更新软件升级

This commit is contained in:
2026-04-08 20:33:02 +08:00
parent d5d6c9fb4c
commit bccc38c47c
20 changed files with 1273 additions and 14 deletions
+4
View File
@@ -179,6 +179,10 @@ func shouldSkipLogging(method, url string) bool {
if strings.HasPrefix(url, "/platform/login/getGeetest") || strings.HasPrefix(url, "/platform/login/getOpenVerify") {
return true
}
// 客户端高频版本检查
if strings.HasPrefix(url, "/api/softwareupgrade/check") {
return true
}
}
return false
}