fix 调试2.9.5
This commit is contained in:
parent
3cb766a8ae
commit
2fa22d3b42
@ -490,7 +490,7 @@ func GetQlVersion(address string) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
v := ""
|
||||
logs.Info(data)
|
||||
//logs.Info(data)
|
||||
if strings.Contains(data, "v2.8") {
|
||||
v = "2.8"
|
||||
} else if strings.Contains(data, "v2.2") {
|
||||
@ -498,7 +498,7 @@ func GetQlVersion(address string) (string, error) {
|
||||
} else if strings.Contains(data, "v2.9") {
|
||||
v = "2.9"
|
||||
} else {
|
||||
v = "2.9"
|
||||
v = "2.9.5"
|
||||
}
|
||||
return v, nil
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user