- IsLegalStoreID
This commit is contained in:
@@ -350,7 +350,7 @@ func IsStringLikeMobile(mobile string) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func IsLegalStoreID(id int) bool {
|
func IsLegalStoreID(id int) bool {
|
||||||
return id >= 100000 && id < 200000
|
return id >= 100000 && id < 900000
|
||||||
}
|
}
|
||||||
|
|
||||||
// 将规格转为重量
|
// 将规格转为重量
|
||||||
|
|||||||
Reference in New Issue
Block a user