mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-08 02:20:24 +08:00
增加检查IP状态接口
This commit is contained in:
@@ -14,5 +14,5 @@ func VersionToLong(version string) uint32 {
|
||||
} else if countDots == 0 {
|
||||
version += ".0.0.0"
|
||||
}
|
||||
return IP2Long(version)
|
||||
return uint32(IP2Long(version))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user