饿鲜达分类同步优化
This commit is contained in:
@@ -395,6 +395,11 @@ const (
|
||||
MaxVendorPricePercentage = 400
|
||||
)
|
||||
|
||||
const (
|
||||
YES = 1 //通用
|
||||
NO = 0
|
||||
)
|
||||
|
||||
func IsPurchaseVendorExist(vendorID int) bool {
|
||||
_, ok := VendorNames[vendorID]
|
||||
return ok && vendorID >= VendorIDPurchaseBegin && vendorID <= VendorIDPurchaseEnd
|
||||
|
||||
Reference in New Issue
Block a user