- jxutils.IsLegalStoreID
This commit is contained in:
@@ -192,3 +192,7 @@ func Int2OneZero(value int) int {
|
||||
func IsMobileFake(mobile string) bool {
|
||||
return utils.Str2Int64WithDefault(strings.Replace(strings.Replace(mobile, "-", "", -1), ",", "", -1), 0) == 0
|
||||
}
|
||||
|
||||
func IsLegalStoreID(id int) bool {
|
||||
return id >= 100000 && id < 200000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user