入驻
This commit is contained in:
@@ -437,6 +437,12 @@ const (
|
||||
TiktokQrCode = "tiktok"
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultName = "石锋"
|
||||
DefaultPhone = "18048531223"
|
||||
DefaultIdCard = "610126198012230014"
|
||||
)
|
||||
|
||||
func IsPurchaseVendorExist(vendorID int) bool {
|
||||
_, ok := VendorNames[vendorID]
|
||||
return ok && vendorID >= VendorIDPurchaseBegin && vendorID <= VendorIDPurchaseEnd
|
||||
|
||||
Reference in New Issue
Block a user