2026-06-23 11:53:00 +08:00

9 lines
223 B
Go

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