fix: 更新restagent为omc

This commit is contained in:
TsMask
2025-04-01 18:44:35 +08:00
parent e02707cd0e
commit 01df7b745b
8 changed files with 12 additions and 12 deletions

View File

@@ -483,7 +483,7 @@ func ReadTestConfigYaml(pfile string) (ret error) {
}
func GetDefaultUserAgent() string {
return "OMC-restagent/" + global.Version
return "OMC/" + global.Version
}
func GetOMCHostUrl() string {