fix 调试2.9.5

This commit is contained in:
ZJY 2021-09-25 21:05:11 +08:00
parent 8a71d5c93f
commit 3cb766a8ae

View File

@ -497,6 +497,8 @@ func GetQlVersion(address string) (string, error) {
v = "2.2"
} else if strings.Contains(data, "v2.9") {
v = "2.9"
} else {
v = "2.9"
}
return v, nil
}