9 lines
223 B
Go
9 lines
223 B
Go
package mysql
|
|
|
|
const (
|
|
bizTypeVIPPurchase = "vip_purchase"
|
|
bizTypeVIPGrant = "vip_grant"
|
|
vipOutboxAsset = "VIP"
|
|
managerCenterVIPGrantDurationMS = 30 * 24 * 60 * 60 * 1000
|
|
)
|