- 添加活动常量描述
This commit is contained in:
@@ -41,6 +41,12 @@ var (
|
||||
ActStatusCanceled: "取消",
|
||||
ActStatusEnded: "结束",
|
||||
}
|
||||
|
||||
ActCreateTypeName = map[int]string{
|
||||
ActCreateTypeAPI: "API",
|
||||
ActCreateTypeCallback: "回调",
|
||||
ActCreateTypeSpider: "网页",
|
||||
}
|
||||
)
|
||||
|
||||
type Act struct {
|
||||
|
||||
Reference in New Issue
Block a user