- 整理sync.go
This commit is contained in:
@@ -89,11 +89,10 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) {
|
||||
"actCreateTypeName": model.ActCreateTypeName,
|
||||
"storeAuditStatusName": model.StoreAuditStatusName,
|
||||
"configTypeName": model.ConfigTypeName,
|
||||
"autoSaleAt": "20:45:00",
|
||||
"autoSaleAt": AutoSaleAtStr,
|
||||
"userTypeName": model.UserTypeName,
|
||||
},
|
||||
}
|
||||
Init()
|
||||
}
|
||||
|
||||
func GetServiceInfo(ctx *jxcontext.Context) interface{} {
|
||||
|
||||
Reference in New Issue
Block a user