constvar/const.go
@@ -1,15 +1,5 @@ package constvar type UserStatus int type UserType int const ( UserTypeSuper UserType = iota + 1 // 超级管理员 UserTypePrimary // 主账户 UserTypeSub // 子账户 ) const ( ApsServerHost = "" NsqTopicScheduleTask = "aps.%v.scheduleTask" //排程任务下发 )