- 整理sync.go

This commit is contained in:
gazebo
2019-08-16 14:12:11 +08:00
parent 9a5bde9d09
commit c27d610fbb
4 changed files with 32 additions and 43 deletions

View File

@@ -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{} {