- 添加活动常量描述
This commit is contained in:
@@ -62,7 +62,9 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) {
|
|||||||
"purchaseVendorInfo": model.PurchaseVendorInfo,
|
"purchaseVendorInfo": model.PurchaseVendorInfo,
|
||||||
"afsReasonTypeName": model.AfsReasonTypeName,
|
"afsReasonTypeName": model.AfsReasonTypeName,
|
||||||
"afsAppealTypeName": model.AfsAppealTypeName,
|
"afsAppealTypeName": model.AfsAppealTypeName,
|
||||||
|
"actTypeName": model.ActTypeName,
|
||||||
"actStatusName": model.ActStatusName,
|
"actStatusName": model.ActStatusName,
|
||||||
|
"actCreateTypeName": model.ActCreateTypeName,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Init()
|
Init()
|
||||||
|
|||||||
@@ -41,6 +41,12 @@ var (
|
|||||||
ActStatusCanceled: "取消",
|
ActStatusCanceled: "取消",
|
||||||
ActStatusEnded: "结束",
|
ActStatusEnded: "结束",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ActCreateTypeName = map[int]string{
|
||||||
|
ActCreateTypeAPI: "API",
|
||||||
|
ActCreateTypeCallback: "回调",
|
||||||
|
ActCreateTypeSpider: "网页",
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
type Act struct {
|
type Act struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user