10 lines
281 B
Go

package mysql
const (
bizTypeVIPPurchase = "vip_purchase"
bizTypeVIPGrant = "vip_grant"
bizTypeVIPTrialCardGrant = "vip_trial_card_grant"
vipOutboxAsset = "VIP"
managerCenterVIPGrantDurationMS = 30 * 24 * 60 * 60 * 1000
)