1
This commit is contained in:
@@ -432,6 +432,11 @@ const (
|
||||
B2BNumberId = 10
|
||||
)
|
||||
|
||||
const (
|
||||
WeChatQrCode = "weChat"
|
||||
TiktokQrCode = "tiktok"
|
||||
)
|
||||
|
||||
func IsPurchaseVendorExist(vendorID int) bool {
|
||||
_, ok := VendorNames[vendorID]
|
||||
return ok && vendorID >= VendorIDPurchaseBegin && vendorID <= VendorIDPurchaseEnd
|
||||
|
||||
Reference in New Issue
Block a user