- 启用新活动初始版本
This commit is contained in:
@@ -22,6 +22,10 @@ const (
|
||||
ActStatusCreated = 1 // 需同步
|
||||
ActStatusCanceled = 2 // 需同步
|
||||
ActStatusEnded = 3 // 不需要同步,根据活动时间自动刷新的
|
||||
|
||||
ActCreateTypeAPI = 1
|
||||
ActCreateTypeCallback = 2
|
||||
ActCreateTypeSpider = 3
|
||||
)
|
||||
|
||||
type Act struct {
|
||||
|
||||
Reference in New Issue
Block a user